Spaces:
Running
Running
resized input box
Browse files
app.py
CHANGED
|
@@ -236,8 +236,8 @@ with gr.Blocks(title="TurboNerd Agent🤓") as demo:
|
|
| 236 |
question_input = gr.Textbox(
|
| 237 |
label="Ask a question",
|
| 238 |
placeholder="Type your question here...",
|
| 239 |
-
lines=
|
| 240 |
-
max_lines=
|
| 241 |
container=True,
|
| 242 |
scale=3
|
| 243 |
)
|
|
|
|
| 236 |
question_input = gr.Textbox(
|
| 237 |
label="Ask a question",
|
| 238 |
placeholder="Type your question here...",
|
| 239 |
+
lines=8,
|
| 240 |
+
max_lines=8,
|
| 241 |
container=True,
|
| 242 |
scale=3
|
| 243 |
)
|