Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(theme=theme) as iface:
|
|
276 |
with gr.Tab("Company Snapshot"):
|
277 |
output_info = gr.Dataframe()
|
278 |
with gr.Tab("Valuation Ratios"):
|
279 |
-
output_ratios = gr.Dataframe(label="Valuation Ratios"
|
280 |
with gr.Tab("Financial Health"):
|
281 |
output_health = gr.Dataframe()
|
282 |
with gr.Tab("Sector Comparison"):
|
|
|
276 |
with gr.Tab("Company Snapshot"):
|
277 |
output_info = gr.Dataframe()
|
278 |
with gr.Tab("Valuation Ratios"):
|
279 |
+
output_ratios = gr.Dataframe(label="Valuation Ratios")
|
280 |
with gr.Tab("Financial Health"):
|
281 |
output_health = gr.Dataframe()
|
282 |
with gr.Tab("Sector Comparison"):
|