bstraehle commited on
Commit
8fae4d3
1 Parent(s): 19797f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -64,12 +64,12 @@ gr.ChatInterface(
64
  chat,
65
  chatbot=gr.Chatbot(height=300),
66
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
67
- title="Yes Man",
68
- description="Ask Yes Man any question",
69
  theme="soft",
70
- examples=["Hello", "Am I cool?", "Are tomatoes vegetables?"],
71
  cache_examples=True,
72
  retry_btn=None,
73
- undo_btn="Delete Previous",
74
  clear_btn="Clear",
75
  ).launch()
 
64
  chat,
65
  chatbot=gr.Chatbot(height=300),
66
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
67
+ title="Math Tutor",
68
+ description="Ask Math Tutor any question",
69
  theme="soft",
70
+ examples=["I need to solve the equation `3x + 11 = 14`. Can you help me?"],
71
  cache_examples=True,
72
  retry_btn=None,
73
+ undo_btn=None,
74
  clear_btn="Clear",
75
  ).launch()