Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|