Abid Ali Awan commited on
Commit
55a7aac
·
1 Parent(s): e759c43

fixed auto deploy exmaple

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -461,7 +461,7 @@ with gr.Blocks(title="Streaming MLOps Agent") as demo:
461
  ["Analyze the dataset", os.path.join("data", "heart.csv")],
462
  ["Train the model", os.path.join("data", "heart.csv")],
463
  ["Deploy the model", os.path.join("data", "heart.csv")],
464
- ["Auto deploy the model using the dataset", os.path.join("data", "housing.csv")],
465
  ],
466
  inputs=[msg, uploader],
467
  label="Try an example",
 
461
  ["Analyze the dataset", os.path.join("data", "heart.csv")],
462
  ["Train the model", os.path.join("data", "heart.csv")],
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],
467
  label="Try an example",