MrDrmm commited on
Commit
a35eafc
·
verified ·
1 Parent(s): 93a8f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -214,7 +214,7 @@ body {
214
  box-sizing: border-box;
215
  }
216
 
217
- @media (max-width: 768px) {
218
  .gradio-container {
219
  width: 100%;
220
  margin: 0;
@@ -233,7 +233,7 @@ with gr.Blocks(css=custom_css) as demo:
233
 
234
  demo.queue(default_concurrency_limit=240, max_size=240)
235
  demo.launch(max_threads=400, ssr_mode=True)
236
- # https://github.com/gradio-app/gradio/issues/6339
237
  demo.launch()
238
 
239
 
 
214
  box-sizing: border-box;
215
  }
216
 
217
+ @media (max-width: 320px) {
218
  .gradio-container {
219
  width: 100%;
220
  margin: 0;
 
233
 
234
  demo.queue(default_concurrency_limit=240, max_size=240)
235
  demo.launch(max_threads=400, ssr_mode=True)
236
+ https://github.com/gradio-app/gradio/issues/6339
237
  demo.launch()
238
 
239