bstraehle commited on
Commit
976e692
1 Parent(s): 09eca24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,12 +67,12 @@ def chat(message, history):
67
  gr.ChatInterface(
68
  chat,
69
  chatbot=gr.Chatbot(height=300),
70
- textbox=gr.Textbox(placeholder="Ask Math Tutor any question", container=True, scale=7),
71
  title="Math Tutor",
72
  description="Ask Math Tutor any question",
73
  theme="soft",
74
- examples=["I need to solve the equation `3x + 11 = 14`. Can you help me?"],
75
- cache_examples=True,
76
  retry_btn=None,
77
  undo_btn=None,
78
  clear_btn="Clear",
 
67
  gr.ChatInterface(
68
  chat,
69
  chatbot=gr.Chatbot(height=300),
70
+ textbox=gr.Textbox(placeholder="Ask Math Tutor any question", container=False, scale=7),
71
  title="Math Tutor",
72
  description="Ask Math Tutor any question",
73
  theme="soft",
74
+ examples=["I need to solve the equation `3x + 12 = 14`. Can you help me?"],
75
+ cache_examples=False,
76
  retry_btn=None,
77
  undo_btn=None,
78
  clear_btn="Clear",