MMADS commited on
Commit
01fe4c4
Β·
1 Parent(s): 28f96f2

fixed the gradio row issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def create_dashboard():
267
  summary_out = gr.Markdown()
268
  with gr.Tabs():
269
  with gr.TabItem("πŸ“Š Data Table"):
270
- table_out = gr.DataFrame(headers=["CVE_ID", "Severity", "Base_Score", "Description"], wrap=True, max_rows=15, interactive=True)
271
  with gr.TabItem("πŸ“ˆ Severity Chart"):
272
  plot_severity_out = gr.Plot()
273
  with gr.TabItem("πŸ“‰ Timeline Chart"):
 
267
  summary_out = gr.Markdown()
268
  with gr.Tabs():
269
  with gr.TabItem("πŸ“Š Data Table"):
270
+ table_out = gr.DataFrame(headers=["CVE_ID", "Severity", "Base_Score", "Description"], wrap=True, height=500, interactive=True)
271
  with gr.TabItem("πŸ“ˆ Severity Chart"):
272
  plot_severity_out = gr.Plot()
273
  with gr.TabItem("πŸ“‰ Timeline Chart"):