Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ css_content = """
|
|
95 |
align-items: center !important;
|
96 |
flex-direction: column !important;
|
97 |
}
|
98 |
-
|
99 |
.popup-box {
|
100 |
background-color: white !important;
|
101 |
padding: 20px !important;
|
@@ -104,7 +104,7 @@ css_content = """
|
|
104 |
width: 340px !important;
|
105 |
text-align: center !important;
|
106 |
}
|
107 |
-
|
108 |
.popup-button {
|
109 |
background-color: #5b65a7 !important;
|
110 |
color: white !important;
|
@@ -114,7 +114,7 @@ css_content = """
|
|
114 |
border: none !important;
|
115 |
cursor: pointer !important;
|
116 |
}
|
117 |
-
|
118 |
.popup-button:hover {
|
119 |
background-color: #3c4687 !important;
|
120 |
}
|
|
|
95 |
align-items: center !important;
|
96 |
flex-direction: column !important;
|
97 |
}
|
98 |
+
|
99 |
.popup-box {
|
100 |
background-color: white !important;
|
101 |
padding: 20px !important;
|
|
|
104 |
width: 340px !important;
|
105 |
text-align: center !important;
|
106 |
}
|
107 |
+
|
108 |
.popup-button {
|
109 |
background-color: #5b65a7 !important;
|
110 |
color: white !important;
|
|
|
114 |
border: none !important;
|
115 |
cursor: pointer !important;
|
116 |
}
|
117 |
+
|
118 |
.popup-button:hover {
|
119 |
background-color: #3c4687 !important;
|
120 |
}
|