crcdng commited on
Commit
42aa58f
·
verified ·
1 Parent(s): aaf9614

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -272,7 +272,7 @@ class GradioUI:
272
  "https://huggingface.co/spaces/crcdng/First_agent_template/blob/main/agent.jpg",
273
  ),
274
  resizeable=True,
275
- scale=1,
276
  )
277
  # If an upload folder is provided, enable the upload feature
278
  if self.file_upload_folder is not None:
 
272
  "https://huggingface.co/spaces/crcdng/First_agent_template/blob/main/agent.jpg",
273
  ),
274
  resizeable=True,
275
+ scale=0.05,
276
  )
277
  # If an upload folder is provided, enable the upload feature
278
  if self.file_upload_folder is not None: