Spaces:
Runtime error
Runtime error
added some comments
Browse files- app.py +1 -1
- app.py.bak +2 -0
app.py
CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks() as app:
|
|
285 |
gr.HTML("<h2>Calculated Intrinsic Value</h2>")
|
286 |
|
287 |
with gr.Row():
|
288 |
-
intrinsic_value = gr.Text(label="Intrinsic Value (if this value is negative, it means current cash flow may be negative and this model
|
289 |
current_price = gr.Text(label="Actual Stock Price")
|
290 |
margin_of_safety = gr.Text(label="Margin of Safety")
|
291 |
|
|
|
285 |
gr.HTML("<h2>Calculated Intrinsic Value</h2>")
|
286 |
|
287 |
with gr.Row():
|
288 |
+
intrinsic_value = gr.Text(label="Intrinsic Value (if this value is negative, it means current cash flow may be negative and this model WOULD NOT WORK, scroll down to check)")
|
289 |
current_price = gr.Text(label="Actual Stock Price")
|
290 |
margin_of_safety = gr.Text(label="Margin of Safety")
|
291 |
|
app.py.bak
CHANGED
@@ -331,6 +331,8 @@ with gr.Blocks() as app:
|
|
331 |
|
332 |
with gr.Row():
|
333 |
fig_cash_forecast = gr.Plot(label="Forecasted Cash Flows")
|
|
|
|
|
334 |
forecast_cash_flows_df = gr.DataFrame(label="Forecasted Cash Flows")
|
335 |
|
336 |
with gr.Row():
|
|
|
331 |
|
332 |
with gr.Row():
|
333 |
fig_cash_forecast = gr.Plot(label="Forecasted Cash Flows")
|
334 |
+
|
335 |
+
with gr.Row():
|
336 |
forecast_cash_flows_df = gr.DataFrame(label="Forecasted Cash Flows")
|
337 |
|
338 |
with gr.Row():
|