Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|