lifewjola commited on
Commit
dbc1bee
·
1 Parent(s): 6a73526

Update app.py

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