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