eliasangels commited on
Commit
95ddc2b
·
verified ·
1 Parent(s): a6e40c0

turning demo examples into a proper list

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,12 +71,11 @@ chatbot = gr.ChatInterface(respond, title = "Student Formula Bot 🔬",
71
  demo = gr.ChatInterface(
72
  respond, examples = [
73
  "How do I build and balance a budget?",
74
- "Why do people write SMART goals?"
75
  "What is educational investment?"
76
  ]
77
  )
78
 
79
- chatbot.launch()
80
  demo.launch()
81
 
82
 
 
71
  demo = gr.ChatInterface(
72
  respond, examples = [
73
  "How do I build and balance a budget?",
74
+ "Why do people write SMART goals?",
75
  "What is educational investment?"
76
  ]
77
  )
78
 
 
79
  demo.launch()
80
 
81