Update app.py
Browse files
app.py
CHANGED
|
@@ -63,3 +63,5 @@ def run_analysis(uploaded_files, text_input, query, quick_action, temperature, s
|
|
| 63 |
("WARNING", "4 port scanning alerts from 10.0.0.8")]
|
| 64 |
|
| 65 |
return result, bar_data, pie_data, alerts
|
|
|
|
|
|
|
|
|
| 63 |
("WARNING", "4 port scanning alerts from 10.0.0.8")]
|
| 64 |
|
| 65 |
return result, bar_data, pie_data, alerts
|
| 66 |
+
|
| 67 |
+
demo.launch()
|