nagasurendra commited on
Commit
9953ba8
·
verified ·
1 Parent(s): acd5337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 30%; 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;">&times;</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;">&times;</button>
153
  </div>