prithivMLmods commited on
Commit
b1d962e
·
verified ·
1 Parent(s): 7aca53a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ import re
28
  import ast
29
  import html
30
 
 
31
  def load_css():
32
  css_path = os.path.join(os.path.dirname(__file__), "static", "styles.css")
33
  if os.path.exists(css_path):
 
28
  import ast
29
  import html
30
 
31
+ #load css
32
  def load_css():
33
  css_path = os.path.join(os.path.dirname(__file__), "static", "styles.css")
34
  if os.path.exists(css_path):