Spaces:
Sleeping
Sleeping
turning demo examples into a proper list
Browse files
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 |
|