Lasdw commited on
Commit
729fb84
·
1 Parent(s): 2d02c28

resized input box

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=6,
240
- max_lines=6,
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
  )