yipengsun commited on
Commit
3a37748
·
verified ·
1 Parent(s): b5d35b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -678,7 +678,7 @@ def create_gradio_interface() -> gr.Interface:
678
  )
679
  queries_text = gr.Textbox(
680
  label="Generated Queries",
681
- lines=5,
682
  show_copy_button=True
683
  )
684
 
 
678
  )
679
  queries_text = gr.Textbox(
680
  label="Generated Queries",
681
+ lines=10,
682
  show_copy_button=True
683
  )
684