bohmian commited on
Commit
3bb0125
1 Parent(s): 171b4c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -354,8 +354,7 @@ with gr.Blocks() as app:
354
 
355
  with gr.Row():
356
  beta = gr.Text(label="Beta (measures volatility of stock)")
357
- discount_rate = gr.Text(label="Discount Rate (estimated from beta)")
358
- shares_outstanding = gr.Text(label="Shares Outstanding")
359
 
360
 
361
  # Show detailed actual historical financial statements
 
354
 
355
  with gr.Row():
356
  beta = gr.Text(label="Beta (measures volatility of stock)")
357
+ discount_rate = gr.Text(label="Discount Rate (estimated from beta)")
 
358
 
359
 
360
  # Show detailed actual historical financial statements