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