Zulelee commited on
Commit
8c71dc9
1 Parent(s): d8a66fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def chat(message):
31
  return "I'm still learning how to answer that question. Please try asking something else."
32
 
33
  # Create the chatbot interface
34
- interface = gr.ChatInterface(fn=chat, title="Chatbot with Llama Hub and OpenAI", initial_refresh=False)
35
 
36
  # Launch the interface
37
  interface.launch()
 
31
  return "I'm still learning how to answer that question. Please try asking something else."
32
 
33
  # Create the chatbot interface
34
+ interface = gr.ChatInterface(fn=chat, title="Chatbot with Llama Hub and OpenAI")
35
 
36
  # Launch the interface
37
  interface.launch()