bansriparikh commited on
Commit
c3b8d89
·
verified ·
1 Parent(s): a67ef19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "ChaChingus", description = "This is a financial literacy chatbot")
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()