area444 commited on
Commit
eb89fc8
·
verified ·
1 Parent(s): 708d3ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks(fill_height=True) as demo:
187
  gr.Markdown("Window = 3-period/months, the predictive model reacts more quickly to recent monthly payment fluctuations, but it may also include more noise.<br><br>Window = 12-period/months, the Forecast adjusts more slowly and is less sensitive to small fluctuations, making it more reliable, but also slower to react to sharp changes.")
188
  btn_update = gr.Button("Run Forecast")
189
  gr.HTML(f"<h2>Predictions</h2>")
190
- gr.Markdown("It's recommended to make 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
 
187
  gr.Markdown("Window = 3-period/months, the predictive model reacts more quickly to recent monthly payment fluctuations, but it may also include more noise.<br><br>Window = 12-period/months, the Forecast adjusts more slowly and is less sensitive to small fluctuations, making it more reliable, but also slower to react to sharp changes.")
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