Spaces:
Sleeping
Sleeping
bug fix
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ def respond(message, history):
|
|
| 68 |
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 69 |
description = 'Welcome to the core component of \"The Student Formula\": the RAG chatbot! With the ability to act as a finance tutor, accountability buddy, and goal-setting partner all in one, it\'s designed to best suit your needs on the way to productivity and success. To get started, ask about the basic principles of creating a budget!')
|
| 70 |
|
| 71 |
-
demo = gr.
|
| 72 |
respond, examples = [
|
| 73 |
"How do I build and balance a budget?",
|
| 74 |
"Why do people write SMART goals?"
|
|
|
|
| 68 |
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 69 |
description = 'Welcome to the core component of \"The Student Formula\": the RAG chatbot! With the ability to act as a finance tutor, accountability buddy, and goal-setting partner all in one, it\'s designed to best suit your needs on the way to productivity and success. To get started, ask about the basic principles of creating a budget!')
|
| 70 |
|
| 71 |
+
demo = gr.ChatInterface(
|
| 72 |
respond, examples = [
|
| 73 |
"How do I build and balance a budget?",
|
| 74 |
"Why do people write SMART goals?"
|