qwerty45-uiop commited on
Commit
9ee06e8
·
verified ·
1 Parent(s): b062bc1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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