kaxap commited on
Commit
25f8166
·
1 Parent(s): bfd0fe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -135,9 +135,9 @@ with gr.Blocks() as demo:
135
  label="Distribution",
136
  )
137
 
138
- # with gr.Row(label="Dataset"):
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()
 
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()