Anmol3263 commited on
Commit
fb9675a
·
verified ·
1 Parent(s): a27b2fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()