Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,6 @@ with gr.Blocks(theme=theme, css="""
|
|
| 289 |
with gr.Row(elem_classes=["input-row"]):
|
| 290 |
msg = gr.Textbox(
|
| 291 |
placeholder="Ask me about math, research, study strategies, or any educational topic...",
|
| 292 |
-
container=False,
|
| 293 |
show_label=False,
|
| 294 |
lines=4,
|
| 295 |
max_lines=8,
|
|
|
|
| 289 |
with gr.Row(elem_classes=["input-row"]):
|
| 290 |
msg = gr.Textbox(
|
| 291 |
placeholder="Ask me about math, research, study strategies, or any educational topic...",
|
|
|
|
| 292 |
show_label=False,
|
| 293 |
lines=4,
|
| 294 |
max_lines=8,
|