Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -135,9 +135,9 @@ with gr.Blocks() as demo:
|
|
135 |
label="Distribution",
|
136 |
)
|
137 |
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
plot = gr.Plot()
|
142 |
json = gr.JSON(label="Evaluation Metrics")
|
143 |
file_output = gr.File()
|
|
|
135 |
label="Distribution",
|
136 |
)
|
137 |
|
138 |
+
with gr.Row(label="ds"):
|
139 |
+
upload_btn = gr.UploadButton(label="Upload")
|
140 |
+
train_btn = gr.Button(label="Train and Forecast")
|
141 |
plot = gr.Plot()
|
142 |
json = gr.JSON(label="Evaluation Metrics")
|
143 |
file_output = gr.File()
|