Spaces:
Sleeping
Sleeping
fixing bot description
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def respond(message, history):
|
|
| 65 |
yield response
|
| 66 |
|
| 67 |
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 68 |
-
description =
|
| 69 |
|
| 70 |
chatbot.launch()
|
| 71 |
|
|
|
|
| 65 |
yield response
|
| 66 |
|
| 67 |
chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
|
| 68 |
+
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!')
|
| 69 |
|
| 70 |
chatbot.launch()
|
| 71 |
|