Didier commited on
Commit
1bd0543
·
verified ·
1 Parent(s): 84c0aaa

Minor change to the UI.

Browse files
Files changed (1) hide show
  1. 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=1,
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