imorcillo commited on
Commit
62ad9d3
·
verified ·
1 Parent(s): 6252996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -164,10 +164,9 @@ button.selected::after{
164
  background: #E50914;
165
  }
166
 
167
- """
168
 
169
 
170
- demo = gr.Blocks(css="""
171
  .popup-overlay {
172
  position: fixed !important;
173
  top: 0 !important;
@@ -204,7 +203,8 @@ demo = gr.Blocks(css="""
204
  .popup-button:hover {
205
  background-color: #3c4687 !important;
206
  }
207
- """)
 
208
 
209
 
210
  demo = gr.Blocks(css=css_content) #, fill_width=True)
 
164
  background: #E50914;
165
  }
166
 
 
167
 
168
 
169
+
170
  .popup-overlay {
171
  position: fixed !important;
172
  top: 0 !important;
 
203
  .popup-button:hover {
204
  background-color: #3c4687 !important;
205
  }
206
+ """
207
+
208
 
209
 
210
  demo = gr.Blocks(css=css_content) #, fill_width=True)