Spaces:
Runtime error
Runtime error
Commit ·
16da787
1
Parent(s): 6a15da2
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def regression(df,dep):
|
|
| 122 |
|
| 123 |
|
| 124 |
with gr.Blocks() as demo:
|
| 125 |
-
gr.Markdown("
|
| 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)")
|