Spaces:
Running
Running
Abid Ali Awan
commited on
Commit
·
d8711d5
1
Parent(s):
55a7aac
feat: make example prompts for training and deployment more specific
Browse files
app.py
CHANGED
|
@@ -459,8 +459,8 @@ with gr.Blocks(title="Streaming MLOps Agent") as demo:
|
|
| 459 |
gr.Examples(
|
| 460 |
examples=[
|
| 461 |
["Analyze the dataset", os.path.join("data", "heart.csv")],
|
| 462 |
-
["Train the
|
| 463 |
-
["Deploy the model", os.path.join("data", "heart.csv")],
|
| 464 |
["Auto deploy the model using MEDV as target", os.path.join("data", "housing.csv")],
|
| 465 |
],
|
| 466 |
inputs=[msg, uploader],
|
|
|
|
| 459 |
gr.Examples(
|
| 460 |
examples=[
|
| 461 |
["Analyze the dataset", os.path.join("data", "heart.csv")],
|
| 462 |
+
["Train the classifier with HeartDisease as target", os.path.join("data", "heart.csv")],
|
| 463 |
+
["Deploy the model using model_1764524701 model id", os.path.join("data", "heart.csv")],
|
| 464 |
["Auto deploy the model using MEDV as target", os.path.join("data", "housing.csv")],
|
| 465 |
],
|
| 466 |
inputs=[msg, uploader],
|