jdesiree commited on
Commit
729999c
·
verified ·
1 Parent(s): 3a3b324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def create_interface():
299
  # Read CSS file
300
  custom_css = ""
301
  try:
302
- with open("style.css", "r", encoding="utf-8") as css_file:
303
  custom_css = css_file.read()
304
  except FileNotFoundError:
305
  logger.warning("style.css file not found, using default styling")
 
299
  # Read CSS file
300
  custom_css = ""
301
  try:
302
+ with open("styles.css", "r", encoding="utf-8") as css_file:
303
  custom_css = css_file.read()
304
  except FileNotFoundError:
305
  logger.warning("style.css file not found, using default styling")