bstraehle commited on
Commit
9d3d926
1 Parent(s): 09b1029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ gr.ChatInterface(
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=True,
87
  retry_btn=None,
88
  undo_btn=None,
 
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=True,
87
  retry_btn=None,
88
  undo_btn=None,