Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
)
|