Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -2
src/streamlit_app.py
CHANGED
@@ -22,8 +22,7 @@ st.set_page_config(
|
|
22 |
)
|
23 |
|
24 |
# Enhanced data loading with error handling - FIXED FILE PATH
|
25 |
-
|
26 |
-
@st.cache_data
|
27 |
def load_data():
|
28 |
try:
|
29 |
# Load BITS data
|
|
|
22 |
)
|
23 |
|
24 |
# Enhanced data loading with error handling - FIXED FILE PATH
|
25 |
+
@st.cache_data
|
|
|
26 |
def load_data():
|
27 |
try:
|
28 |
# Load BITS data
|