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

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="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()