Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,5 +81,5 @@ def respond(message, history):
|
|
| 81 |
response += token # Add it to the response
|
| 82 |
yield response # yield the response:
|
| 83 |
|
| 84 |
-
chatbot = gr.ChatInterface(respond, examples = ["Learn About Stocks", "Help me Budget"], title = "
|
| 85 |
chatbot.launch()
|
|
|
|
| 81 |
response += token # Add it to the response
|
| 82 |
yield response # yield the response:
|
| 83 |
|
| 84 |
+
chatbot = gr.ChatInterface(respond, examples = ["Learn About Stocks", "Help me Budget"], title = "ChaChingas", description = "This is a financial literacy chatbot")
|
| 85 |
chatbot.launch()
|