eliasangels commited on
Commit
bb4e144
·
verified ·
1 Parent(s): 2381a32

fixing bot description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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
 
 
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