Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|
| 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 |
])
|