Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ gr.ChatInterface(
|
|
79 |
chat,
|
80 |
chatbot=gr.Chatbot(height=300),
|
81 |
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
82 |
-
textbox=gr.Textbox(placeholder="Question2", container=False, scale=7),
|
83 |
title="Math Tutor",
|
84 |
description="Ask Math Tutor any question",
|
85 |
theme="soft",
|
|
|
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",
|