bstraehle commited on
Commit
b9070d3
1 Parent(s): 38dfd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ gr.ChatInterface(
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",
 
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=False,
76
  retry_btn=None,
77
  undo_btn=None,
78
  clear_btn="Clear",