hadadrjt commited on
Commit
290f4f0
·
1 Parent(s): 5c89c38

gpt-4.1-nano: Drop fill width.

Browse files

It looks too wide when using an extra-large monitor.

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,8 +36,7 @@ gr.load_chat(
36
  ["Explain about quantum computers."]
37
  ], # Provide sample inputs for users to try
38
  cache_examples=False, # Ensure responses always fresh
39
- show_api=False, # Disable Gradio API
40
- fill_width=True # Auto width, adjust to the monitor screen
41
  ).launch(
42
  max_file_size="1mb" # Max image upload size limit
43
  ) # Start the app
 
36
  ["Explain about quantum computers."]
37
  ], # Provide sample inputs for users to try
38
  cache_examples=False, # Ensure responses always fresh
39
+ show_api=False # Disable Gradio API
 
40
  ).launch(
41
  max_file_size="1mb" # Max image upload size limit
42
  ) # Start the app