Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ gr.ChatInterface(
|
|
82 |
title="Math Tutor",
|
83 |
description="Ask Math Tutor any question",
|
84 |
theme="soft",
|
85 |
-
|
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,
|