jdesiree commited on
Commit
70a0b5d
·
verified ·
1 Parent(s): 4415058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ custom_css = """
227
  /* Import Oswald font - Google Fonts */
228
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
229
 
230
- /* HIDE the HTML components that create scrollbars */
231
  #component-1, #component-2, #component-3 {
232
  display: none !important;
233
  }
 
227
  /* Import Oswald font - Google Fonts */
228
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
229
 
230
+ /* HIDE the HTML components */
231
  #component-1, #component-2, #component-3 {
232
  display: none !important;
233
  }