Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,6 @@ css_content = """
|
|
| 92 |
display: flex !important;
|
| 93 |
justify-content: center !important;
|
| 94 |
align-items: center !important;
|
| 95 |
-
flex-direction: column !important;
|
| 96 |
z-index: 9999 !important;
|
| 97 |
pointer-events: auto !important;
|
| 98 |
}
|
|
@@ -101,12 +100,11 @@ css_content = """
|
|
| 101 |
background-color: white !important;
|
| 102 |
padding: 20px !important;
|
| 103 |
border-radius: 10px !important;
|
| 104 |
-
|
| 105 |
-
width: 340px !important;
|
| 106 |
text-align: center !important;
|
| 107 |
position: relative !important;
|
| 108 |
-
z-index: 10000 !important;
|
| 109 |
pointer-events: auto !important;
|
|
|
|
| 110 |
}
|
| 111 |
|
| 112 |
.popup-button {
|
|
@@ -114,7 +112,6 @@ css_content = """
|
|
| 114 |
color: white !important;
|
| 115 |
padding: 10px 20px !important;
|
| 116 |
border-radius: 8px !important;
|
| 117 |
-
margin-top: 10px !important;
|
| 118 |
border: none !important;
|
| 119 |
cursor: pointer !important;
|
| 120 |
pointer-events: auto !important;
|
|
@@ -123,6 +120,7 @@ css_content = """
|
|
| 123 |
.popup-button:hover {
|
| 124 |
background-color: #3c4687 !important;
|
| 125 |
}
|
|
|
|
| 126 |
/*
|
| 127 |
.gradio-container{
|
| 128 |
padding: 0 !important;
|
|
|
|
| 92 |
display: flex !important;
|
| 93 |
justify-content: center !important;
|
| 94 |
align-items: center !important;
|
|
|
|
| 95 |
z-index: 9999 !important;
|
| 96 |
pointer-events: auto !important;
|
| 97 |
}
|
|
|
|
| 100 |
background-color: white !important;
|
| 101 |
padding: 20px !important;
|
| 102 |
border-radius: 10px !important;
|
| 103 |
+
width: 300px !important;
|
|
|
|
| 104 |
text-align: center !important;
|
| 105 |
position: relative !important;
|
|
|
|
| 106 |
pointer-events: auto !important;
|
| 107 |
+
box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
|
| 108 |
}
|
| 109 |
|
| 110 |
.popup-button {
|
|
|
|
| 112 |
color: white !important;
|
| 113 |
padding: 10px 20px !important;
|
| 114 |
border-radius: 8px !important;
|
|
|
|
| 115 |
border: none !important;
|
| 116 |
cursor: pointer !important;
|
| 117 |
pointer-events: auto !important;
|
|
|
|
| 120 |
.popup-button:hover {
|
| 121 |
background-color: #3c4687 !important;
|
| 122 |
}
|
| 123 |
+
|
| 124 |
/*
|
| 125 |
.gradio-container{
|
| 126 |
padding: 0 !important;
|