HydroFlyer53 commited on
Commit
f2eb3b7
·
verified ·
1 Parent(s): 369069c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def startup_message():
29
 
30
  demo = gr.ChatInterface(fn=chat_with_ai)
31
 
32
- demo.chatbot.append((startup_message(), None))
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()