Spaces:
Running
Running
Update app.py
Browse files
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=
|
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",
|