Bc-AI commited on
Commit
d810fc0
·
verified ·
1 Parent(s): 081a428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -483,5 +483,5 @@ if __name__ == "__main__":
483
  server_name="0.0.0.0",
484
  server_port=7860,
485
  show_error=True,
486
- custom_css=CSS, # <-- moved here
487
  )
 
483
  server_name="0.0.0.0",
484
  server_port=7860,
485
  show_error=True,
486
+ css=CSS, # <-- moved here
487
  )