CCockrum commited on
Commit
6041e23
·
verified ·
1 Parent(s): 4648831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", max_rows=30)
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"):