Spaces:
Runtime error
Runtime error
Commit
·
5f09b9a
1
Parent(s):
1007b31
Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,13 @@ css = '''
|
|
88 |
#color-bg{display:flex;justify-content: center;align-items: center;}
|
89 |
.color-bg-item{width: 100%; height: 32px}
|
90 |
#main_button{width:100%}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
'''
|
92 |
def update_css(aspect):
|
93 |
if(aspect=='Square'):
|
|
|
88 |
#color-bg{display:flex;justify-content: center;align-items: center;}
|
89 |
.color-bg-item{width: 100%; height: 32px}
|
90 |
#main_button{width:100%}
|
91 |
+
.isPopup.svelte-160vdtq {
|
92 |
+
top: -342px !important;
|
93 |
+
z-index: 10001 !important;
|
94 |
+
left: -25px !important;
|
95 |
+
}
|
96 |
+
<style>
|
97 |
+
|
98 |
'''
|
99 |
def update_css(aspect):
|
100 |
if(aspect=='Square'):
|