stshanks commited on
Commit
7e25eae
·
verified ·
1 Parent(s): c5f0da1

Update app.py

Browse files

styles.css fixed to style.css

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def predict_text(image):
62
 
63
  # Gradio UI
64
  # Load custom CSS from an external file
65
- with open("styles.css", "r") as f:
66
  custom_css = f.read()
67
 
68
  # Create a custom Gradio theme using the external CSS
 
62
 
63
  # Gradio UI
64
  # Load custom CSS from an external file
65
+ with open("style.css", "r") as f:
66
  custom_css = f.read()
67
 
68
  # Create a custom Gradio theme using the external CSS