Skip to content

Commit

Permalink
temporarily disable local_css
Browse files Browse the repository at this point in the history
  • Loading branch information
sue-t-boyd committed Mar 7, 2024
1 parent 62b7965 commit bb6c853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bookworm/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def local_css(file_name):
with open(file_name) as f:
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)

try:
local_css("styles.css") # Load custom CSS
except:
local_css("bookworm/styles.css")
# try:
# local_css("styles.css") # Load custom CSS
# except:
# local_css("bookworm/styles.css")

# DEFINE GLOBAL CONSTANTS
SM_DICT = {
Expand Down

0 comments on commit bb6c853

Please sign in to comment.