Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,4 @@ def chat(message, history):
|
|
| 19 |
except Exception as e:
|
| 20 |
return f"❌ Error: {str(e)}"
|
| 21 |
|
| 22 |
-
gr.ChatInterface(fn=chat, title="Jarvis AI 🤖").launch()
|
| 23 |
-
|
|
|
|
| 19 |
except Exception as e:
|
| 20 |
return f"❌ Error: {str(e)}"
|
| 21 |
|
| 22 |
+
gr.ChatInterface(fn=chat, title="Jarvis AI 🤖").launch()
|
|
|