eaglelandsonce commited on
Commit
6064c2b
1 Parent(s): be4e6b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ chatbot_component = gr.Chatbot(
197
  height=400
198
  )
199
  text_prompt_component = gr.Textbox(value=movie_script,
200
- show_label=False, autofocus=True, scale=8, lines=20
201
  )
202
  upload_button_component = gr.UploadButton(
203
  label="Upload Images", file_count="multiple", file_types=["image"], scale=1
 
197
  height=400
198
  )
199
  text_prompt_component = gr.Textbox(value=movie_script,
200
+ show_label=False, autofocus=True, scale=8, lines=8
201
  )
202
  upload_button_component = gr.UploadButton(
203
  label="Upload Images", file_count="multiple", file_types=["image"], scale=1