Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,28 +221,7 @@ demo.launch()
|
|
221 |
'''
|
222 |
demo = gr.Blocks(css=css_content) #, fill_width=True)
|
223 |
with demo:
|
224 |
-
|
225 |
-
gr.HTML("""
|
226 |
-
<style>
|
227 |
-
.popup-overlay {
|
228 |
-
position: fixed;
|
229 |
-
top: 0; left: 0;
|
230 |
-
width: 100vw; height: 100vh;
|
231 |
-
background: rgba(0,0,0,0.5);
|
232 |
-
display: flex; justify-content: center; align-items: center;
|
233 |
-
z-index: 10;
|
234 |
-
}
|
235 |
-
.popup-box {
|
236 |
-
background: white;
|
237 |
-
padding: 20px;
|
238 |
-
border-radius: 10px;
|
239 |
-
box-shadow: 0 0 20px rgba(0,0,0,0.2);
|
240 |
-
text-align: center;
|
241 |
-
width: 300px;
|
242 |
-
}
|
243 |
-
</style>
|
244 |
-
""")
|
245 |
-
'''
|
246 |
|
247 |
gr.HTML("""
|
248 |
<div id="header">
|
|
|
221 |
'''
|
222 |
demo = gr.Blocks(css=css_content) #, fill_width=True)
|
223 |
with demo:
|
224 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
|
226 |
gr.HTML("""
|
227 |
<div id="header">
|