Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ popup_js = """
|
|
| 142 |
popup_html = """
|
| 143 |
<div id="overlay" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; z-index: 999;"></div>
|
| 144 |
<div id="custom-popup"
|
| 145 |
-
style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width:
|
| 146 |
</div>
|
| 147 |
"""
|
| 148 |
|
|
|
|
| 142 |
popup_html = """
|
| 143 |
<div id="overlay" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; z-index: 999;"></div>
|
| 144 |
<div id="custom-popup"
|
| 145 |
+
style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70%; max-width: 900px; background: white; padding: 20px; border-radius: 10px; box-shadow: 0px 4px 6px rgba(0,0,0,0.1); display: none; z-index: 1000; text-align: center;">
|
| 146 |
</div>
|
| 147 |
"""
|
| 148 |
|