area444 commited on
Commit
3061c3f
·
verified ·
1 Parent(s): eb89fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(fill_height=True) as demo:
188
  btn_update = gr.Button("Run Forecast")
189
  gr.HTML(f"<h2>Predictions</h2>")
190
  gr.Markdown("Also it's recommended to re-run the predictions after the selected month has passed.")
191
- table_1 = gr.DataFrame(value=df, label="Predictions -> consult 'Prediction Revenue' column:")
192
  #table_2 = gr.DataFrame(value=df_2, label="Forecast Inputs:")
193
  btn_update.click(fn=update_table, inputs=[start_input, prediction_input, range_input, user_text], outputs=[table_1#,table_2
194
  ])
 
188
  btn_update = gr.Button("Run Forecast")
189
  gr.HTML(f"<h2>Predictions</h2>")
190
  gr.Markdown("Also it's recommended to re-run the predictions after the selected month has passed.")
191
+ table_1 = gr.DataFrame(value=df, label="Predictions -> consult 'Prediction Revenue':")
192
  #table_2 = gr.DataFrame(value=df_2, label="Forecast Inputs:")
193
  btn_update.click(fn=update_table, inputs=[start_input, prediction_input, range_input, user_text], outputs=[table_1#,table_2
194
  ])