Spaces:
Sleeping
Sleeping
fixed the gradio row issue
Browse files
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,
|
| 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, row_count=15, interactive=True)
|
| 271 |
with gr.TabItem("π Severity Chart"):
|
| 272 |
plot_severity_out = gr.Plot()
|
| 273 |
with gr.TabItem("π Timeline Chart"):
|