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