Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,6 +164,13 @@ def create_demo():
|
|
| 164 |
background:#000000 !important;
|
| 165 |
color:#FFFFFF !important;
|
| 166 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
#general_items{
|
| 168 |
width:100% !important;
|
| 169 |
max-width:100vw !important;
|
|
@@ -442,4 +449,5 @@ async def catch_all(path: str):
|
|
| 442 |
|
| 443 |
if __name__ == "__main__":
|
| 444 |
logger.info(f"Gradio version: {gr.__version__}")
|
| 445 |
-
demo.queue().launch(share=True)
|
|
|
|
|
|
| 164 |
background:#000000 !important;
|
| 165 |
color:#FFFFFF !important;
|
| 166 |
}
|
| 167 |
+
.gr-row{
|
| 168 |
+
width:100% !important;
|
| 169 |
+
max-width:100vw !important;
|
| 170 |
+
margin:0 !important;
|
| 171 |
+
padding:0 !important;
|
| 172 |
+
box-sizing:border-box !important;
|
| 173 |
+
}
|
| 174 |
#general_items{
|
| 175 |
width:100% !important;
|
| 176 |
max-width:100vw !important;
|
|
|
|
| 449 |
|
| 450 |
if __name__ == "__main__":
|
| 451 |
logger.info(f"Gradio version: {gr.__version__}")
|
| 452 |
+
demo.queue().launch(share=True)
|
| 453 |
+
```$
|