Juna190825 commited on
Commit
19396e1
·
verified ·
1 Parent(s): 00c72d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
  query_input = gr.Textbox(
41
  label="Enter your search query",
42
  placeholder="Type your question here...",
43
- lines=3
44
  )
45
  search_btn = gr.Button("Search", variant="primary")
46
 
 
40
  query_input = gr.Textbox(
41
  label="Enter your search query",
42
  placeholder="Type your question here...",
43
+ lines=10
44
  )
45
  search_btn = gr.Button("Search", variant="primary")
46