Update app.py
Browse files
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 |
|