Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ body {
|
|
214 |
box-sizing: border-box;
|
215 |
}
|
216 |
|
217 |
-
@media (max-width:
|
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 |
-
|
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 |
|