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