shuv25 commited on
Commit
81090ab
·
verified ·
1 Parent(s): 6a5fe3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import base64
9
 
10
 
11
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
12
- css_path = os.path.join(BASE_DIR, "style.css")
13
 
14
  with open(css_path, "r") as f:
15
  css = f.read()
 
9
 
10
 
11
  BASE_DIR = os.path.dirname(os.path.abspath(__file__))
12
+ css_path = os.path.join(BASE_DIR, "style1.css")
13
 
14
  with open(css_path, "r") as f:
15
  css = f.read()