Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -393,12 +393,12 @@ with gr.Blocks() as app:
|
|
393 |
|
394 |
btn.click(fn=run_all_steps, inputs=[ticker],
|
395 |
outputs=[q_cash_flow_statement, final_cash_flow_statement, q_balance_statement, fig_cash_flow, \
|
396 |
-
EPS_growth_5Y, EPS_growth_6Y_to_10Y, long_term_growth_rate, beta,
|
397 |
discount_rate, forecast_cash_flows_df, terminal_value, intrinsic_value, fig_cash_forecast, margin_of_safety, df_intrinsic_values])
|
398 |
|
399 |
ticker.submit(fn=run_all_steps, inputs=[ticker],
|
400 |
outputs=[q_cash_flow_statement, final_cash_flow_statement, q_balance_statement, fig_cash_flow, \
|
401 |
-
EPS_growth_5Y, EPS_growth_6Y_to_10Y, long_term_growth_rate, beta,
|
402 |
discount_rate, forecast_cash_flows_df, terminal_value, intrinsic_value, fig_cash_forecast, margin_of_safety, df_intrinsic_values])
|
403 |
|
404 |
app.launch()
|
|
|
393 |
|
394 |
btn.click(fn=run_all_steps, inputs=[ticker],
|
395 |
outputs=[q_cash_flow_statement, final_cash_flow_statement, q_balance_statement, fig_cash_flow, \
|
396 |
+
EPS_growth_5Y, EPS_growth_6Y_to_10Y, long_term_growth_rate, beta, current_price, \
|
397 |
discount_rate, forecast_cash_flows_df, terminal_value, intrinsic_value, fig_cash_forecast, margin_of_safety, df_intrinsic_values])
|
398 |
|
399 |
ticker.submit(fn=run_all_steps, inputs=[ticker],
|
400 |
outputs=[q_cash_flow_statement, final_cash_flow_statement, q_balance_statement, fig_cash_flow, \
|
401 |
+
EPS_growth_5Y, EPS_growth_6Y_to_10Y, long_term_growth_rate, beta, current_price, \
|
402 |
discount_rate, forecast_cash_flows_df, terminal_value, intrinsic_value, fig_cash_forecast, margin_of_safety, df_intrinsic_values])
|
403 |
|
404 |
app.launch()
|