bohmian commited on
Commit
07c352f
·
1 Parent(s): bda9bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,7 +334,7 @@ with gr.Blocks() as app:
334
 
335
  # Discount rate and long term growth rate can change intrinsic value significantly, so we show all of the estimates here
336
  with gr.Row():
337
- gr.HTML("<h2>Intrinsic Values with Different Discount Rates (in Rows) Long Term Growth Rates (in Columns)</h2>")
338
  with gr.Row():
339
  df_intrinsic_values = gr.DataFrame(label="Intrinsic Values with Different Discount Rates/Long Term Growth Rates")
340
 
 
334
 
335
  # Discount rate and long term growth rate can change intrinsic value significantly, so we show all of the estimates here
336
  with gr.Row():
337
+ gr.HTML("<h2>Intrinsic Values with Different Discount Rates (Each Row) Long Term Growth Rates (Each Column)</h2>")
338
  with gr.Row():
339
  df_intrinsic_values = gr.DataFrame(label="Intrinsic Values with Different Discount Rates/Long Term Growth Rates")
340