Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def startup_message():
|
|
29 |
|
30 |
demo = gr.ChatInterface(fn=chat_with_ai)
|
31 |
|
32 |
-
demo.chatbot.
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
demo.launch()
|
|
|
29 |
|
30 |
demo = gr.ChatInterface(fn=chat_with_ai)
|
31 |
|
32 |
+
demo.chatbot.((startup_message(), None))
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
demo.launch()
|