Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -164,10 +164,9 @@ button.selected::after{
|
|
164 |
background: #E50914;
|
165 |
}
|
166 |
|
167 |
-
"""
|
168 |
|
169 |
|
170 |
-
|
171 |
.popup-overlay {
|
172 |
position: fixed !important;
|
173 |
top: 0 !important;
|
@@ -204,7 +203,8 @@ demo = gr.Blocks(css="""
|
|
204 |
.popup-button:hover {
|
205 |
background-color: #3c4687 !important;
|
206 |
}
|
207 |
-
"""
|
|
|
208 |
|
209 |
|
210 |
demo = gr.Blocks(css=css_content) #, fill_width=True)
|
|
|
164 |
background: #E50914;
|
165 |
}
|
166 |
|
|
|
167 |
|
168 |
|
169 |
+
|
170 |
.popup-overlay {
|
171 |
position: fixed !important;
|
172 |
top: 0 !important;
|
|
|
203 |
.popup-button:hover {
|
204 |
background-color: #3c4687 !important;
|
205 |
}
|
206 |
+
"""
|
207 |
+
|
208 |
|
209 |
|
210 |
demo = gr.Blocks(css=css_content) #, fill_width=True)
|