Guiyom commited on
Commit
74df59c
·
verified ·
1 Parent(s): d17e71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -122,8 +122,7 @@ with gr.Blocks(title="Raindrop.io Link Search Assistant", theme=gr.themes.Soft()
122
  with gr.Row():
123
  output_text = gr.Textbox(
124
  label="Search Results",
125
- lines=10,
126
- readonly=True
127
  )
128
 
129
  search_button.click(
 
122
  with gr.Row():
123
  output_text = gr.Textbox(
124
  label="Search Results",
125
+ lines=10
 
126
  )
127
 
128
  search_button.click(