Update app.py
Browse files
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
|