Spaces:
Running
Running
Minor change to the UI.
Browse files- module_agent_arxiv.py +1 -1
module_agent_arxiv.py
CHANGED
|
@@ -142,7 +142,7 @@ with gr.Blocks() as demo:
|
|
| 142 |
|
| 143 |
with gr.Row():
|
| 144 |
input_text = gr.Textbox(
|
| 145 |
-
lines=
|
| 146 |
placeholder="Enter your query here...",
|
| 147 |
label="Query",
|
| 148 |
render=True
|
|
|
|
| 142 |
|
| 143 |
with gr.Row():
|
| 144 |
input_text = gr.Textbox(
|
| 145 |
+
lines=2,
|
| 146 |
placeholder="Enter your query here...",
|
| 147 |
label="Query",
|
| 148 |
render=True
|