bstraehle commited on
Commit
431abc0
1 Parent(s): b2173c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,9 +78,9 @@ def chat(message, history):
78
  gr.ChatInterface(
79
  chat,
80
  chatbot=gr.Chatbot(height=300),
81
- textbox=gr.Textbox(placeholder="Ask Math Tutor any question", container=False, scale=7),
82
  title="Math Tutor",
83
- description="Question",
84
  theme="soft",
85
  examples=["I need to solve the equation '3x + 13 = 11'. Can you help me?"],
86
  cache_examples=False,
 
78
  gr.ChatInterface(
79
  chat,
80
  chatbot=gr.Chatbot(height=300),
81
+ textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
82
  title="Math Tutor",
83
+ description="Ask Math Tutor any question",
84
  theme="soft",
85
  examples=["I need to solve the equation '3x + 13 = 11'. Can you help me?"],
86
  cache_examples=False,