Update app.py
Browse files
app.py
CHANGED
|
@@ -63,5 +63,4 @@ with gr.Blocks(title="Log Intelligence Assistant") as demo:
|
|
| 63 |
outputs=[analysis_result, bar_plot, pie_chart, alert_feed]
|
| 64 |
)
|
| 65 |
|
| 66 |
-
# ✅ Make sure this line exists — it launches the app!
|
| 67 |
demo.launch()
|
|
|
|
| 63 |
outputs=[analysis_result, bar_plot, pie_chart, alert_feed]
|
| 64 |
)
|
| 65 |
|
|
|
|
| 66 |
demo.launch()
|