Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|