bohmian commited on
Commit
bc5c282
·
1 Parent(s): f0b41a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -332,7 +332,7 @@ with gr.Blocks() as app:
332
  current_price = gr.Text(label="Actual Stock Price")
333
  margin_of_safety = gr.Text(label="Margin of Safety")
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():
 
332
  current_price = gr.Text(label="Actual Stock Price")
333
  margin_of_safety = gr.Text(label="Margin of Safety")
334
 
335
+ # Discount rate and long term growth rate can change intrinsic value significantly, so we show all of the estimates here in a DataFrame
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():