Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,12 +64,12 @@ gr.ChatInterface(
|
|
64 |
chat,
|
65 |
chatbot=gr.Chatbot(height=300),
|
66 |
textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
67 |
-
title="
|
68 |
-
description="Ask
|
69 |
theme="soft",
|
70 |
-
examples=["
|
71 |
cache_examples=True,
|
72 |
retry_btn=None,
|
73 |
-
undo_btn=
|
74 |
clear_btn="Clear",
|
75 |
).launch()
|
|
|
64 |
chat,
|
65 |
chatbot=gr.Chatbot(height=300),
|
66 |
textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
67 |
+
title="Math Tutor",
|
68 |
+
description="Ask Math Tutor any question",
|
69 |
theme="soft",
|
70 |
+
examples=["I need to solve the equation `3x + 11 = 14`. Can you help me?"],
|
71 |
cache_examples=True,
|
72 |
retry_btn=None,
|
73 |
+
undo_btn=None,
|
74 |
clear_btn="Clear",
|
75 |
).launch()
|