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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def anjibot(message, history):
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)
31
 
 
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)
31