Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ footer { text-align: center; font-size: 0.9rem; color: #999; margin-top: 2em; }
|
|
| 33 |
|
| 34 |
gr.Markdown("<footer>Built with ❤️ using LLM + Gradio UI</footer>")
|
| 35 |
|
| 36 |
-
demo.launch()
|
|
|
|
| 33 |
|
| 34 |
gr.Markdown("<footer>Built with ❤️ using LLM + Gradio UI</footer>")
|
| 35 |
|
| 36 |
+
demo.launch(mcp_server = True)
|