Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def app():
|
|
147 |
|
148 |
# Modal window
|
149 |
modal_window = gr.HTML("""
|
150 |
-
<div id="modal" style="display: none; position: fixed; top: 10%; left: 5%; width:
|
151 |
<div style="text-align: right;">
|
152 |
<button onclick="closeModal()" style="background: none; border: none; font-size: 18px; cursor: pointer;">×</button>
|
153 |
</div>
|
|
|
147 |
|
148 |
# Modal window
|
149 |
modal_window = gr.HTML("""
|
150 |
+
<div id="modal" style="display: none; position: fixed; top: 10%; left: 5%; width: 90%; max-width: 400px; background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); padding: 20px; z-index: 1000;">
|
151 |
<div style="text-align: right;">
|
152 |
<button onclick="closeModal()" style="background: none; border: none; font-size: 18px; cursor: pointer;">×</button>
|
153 |
</div>
|