tanya-a8 commited on
Commit
fed1666
·
verified ·
1 Parent(s): 48f1ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(theme=custom_theme) as demo:
103
 
104
  chatbot_interface = gr.ChatInterface(
105
  respond,
106
- examples=["Build a Budgeting Plan ","Teach Me About Stocks ","How Do I Set Up a Bank Account?", "How Do I Prevent Credit Card Fraud?"],
107
  title="ChaChingas",
108
  description="This is a financial literacy chatbot"
109
  )
 
103
 
104
  chatbot_interface = gr.ChatInterface(
105
  respond,
106
+ examples=["Build a Budgeting Plan","Teach Me About Stocks","How Do I Set Up a Bank Account?", "How Do I Prevent Credit Card Fraud?"],
107
  title="ChaChingas",
108
  description="This is a financial literacy chatbot"
109
  )