Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ h1 {
|
|
163 |
background: #1565c0;
|
164 |
border-radius: 100vh;
|
165 |
}
|
166 |
-
.gradio-container{max-width: 760px !important}
|
167 |
#share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
|
168 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
169 |
#share-btn-container:hover {background-color: #060606}
|
|
|
163 |
background: #1565c0;
|
164 |
border-radius: 100vh;
|
165 |
}
|
166 |
+
.gradio-container{max-width: 760px !important; margin: 0 auto !important}
|
167 |
#share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
|
168 |
div#share-btn-container > div {flex-direction: row;background: black;align-items: center}
|
169 |
#share-btn-container:hover {background-color: #060606}
|