Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,12 +67,12 @@ def chat(message, history):
|
|
67 |
gr.ChatInterface(
|
68 |
chat,
|
69 |
chatbot=gr.Chatbot(height=300),
|
70 |
-
textbox=gr.Textbox(placeholder="Ask
|
71 |
title="Math Tutor",
|
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",
|
|
|
67 |
gr.ChatInterface(
|
68 |
chat,
|
69 |
chatbot=gr.Chatbot(height=300),
|
70 |
+
textbox=gr.Textbox(placeholder="Ask Math Tutor any question", container=True, scale=7),
|
71 |
title="Math Tutor",
|
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",
|