Spaces:
Paused
Paused
gpt-4.1-nano: Drop fill width.
Browse filesIt looks too wide when using an extra-large monitor.
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
|
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
|