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