tonyhui2234 commited on
Commit
84af85b
·
verified ·
1 Parent(s): bca2657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ if "cfu_explain_text" not in st.session_state:
32
 
33
  if "fortune_data" not in st.session_state:
34
  try:
35
- st.session_state.fortune_data = pd.read_csv("detail.csv")
36
  except Exception as e:
37
  st.error(f"Error loading CSV: {e}")
38
  st.session_state.fortune_data = None
 
32
 
33
  if "fortune_data" not in st.session_state:
34
  try:
35
+ st.session_state.fortune_data = pd.read_csv("/home/user/app/detail.csv")
36
  except Exception as e:
37
  st.error(f"Error loading CSV: {e}")
38
  st.session_state.fortune_data = None