philippds commited on
Commit
3fe2bc3
·
verified ·
1 Parent(s): dae9add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -230,6 +230,7 @@ def convert_to_title_case(text: str) -> str:
230
 
231
  run_update_dataset()
232
 
 
233
  with block:
234
  with gr.Row(elem_id="header-row"):
235
  # TITLE IMAGE
 
230
 
231
  run_update_dataset()
232
 
233
+ block = gr.Blocks(css=custom_css) # Attach the custom CSS here
234
  with block:
235
  with gr.Row(elem_id="header-row"):
236
  # TITLE IMAGE