lifewjola commited on
Commit
da5f5c8
·
1 Parent(s): 8e7729a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,8 +23,6 @@ def anjibot(message, history):
23
  responses.append(answer)
24
  return "AnjiBot: " + answer
25
 
26
- chatbot = gr.ChatInterface(anjibot, title='AnjiBot', description="Anji is unavailable? That girl! Ask me, I may know!",
27
- width=800,
28
- height=600)
29
 
30
  chatbot.launch()
 
23
  responses.append(answer)
24
  return "AnjiBot: " + answer
25
 
26
+ chatbot = gr.ChatInterface(anjibot, title='AnjiBot', description="Anji is unavailable? That girl! Ask me, I may know!")
 
 
27
 
28
  chatbot.launch()