Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ def chat(message, history):
|
|
78 |
gr.ChatInterface(
|
79 |
chat,
|
80 |
chatbot=gr.Chatbot(height=300),
|
81 |
-
textbox=gr.Textbox(placeholder="
|
82 |
title="Math Tutor",
|
83 |
-
description="
|
84 |
theme="soft",
|
85 |
examples=["I need to solve the equation '3x + 13 = 11'. Can you help me?"],
|
86 |
cache_examples=False,
|
|
|
78 |
gr.ChatInterface(
|
79 |
chat,
|
80 |
chatbot=gr.Chatbot(height=300),
|
81 |
+
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
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=False,
|