eliasangels commited on
Commit
a6e40c0
·
verified ·
1 Parent(s): e9f2ea6
Files changed (1) hide show
  1. app.py +1 -1
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.ChatInference(
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?"