sourav11295 commited on
Commit
16da787
·
1 Parent(s): 6a15da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def regression(df,dep):
122
 
123
 
124
  with gr.Blocks() as demo:
125
- gr.Markdown("Start typing below and then click **Run** to see the output.")
126
  with gr.Column():
127
  with gr.Row():
128
  file = gr.File(label="Upload File(Comma Separated)")
 
122
 
123
 
124
  with gr.Blocks() as demo:
125
+ gr.Markdown("Model Recommendation App **Upload** file to see the output.")
126
  with gr.Column():
127
  with gr.Row():
128
  file = gr.File(label="Upload File(Comma Separated)")