tdurzynski commited on
Commit
7842b50
·
verified ·
1 Parent(s): ebb0173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import streamlit_tags as st_tags
16
  from dotenv import load_dotenv
17
 
18
  # Add debug mode detection here
19
- debug_mode = "debug" in st.query_params()
20
 
21
  # Load environment variables from .env file if it exists
22
  load_dotenv()
 
16
  from dotenv import load_dotenv
17
 
18
  # Add debug mode detection here
19
+ debug_mode = "debug" in st.query_params
20
 
21
  # Load environment variables from .env file if it exists
22
  load_dotenv()