Spaces:
Paused
Paused
Update app.py
Browse files
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("/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
|
|
|
32 |
|
33 |
if "fortune_data" not in st.session_state:
|
34 |
try:
|
35 |
+
st.session_state.fortune_data = pd.read_csv("/home/user/app/resources/detail.csv")
|
36 |
except Exception as e:
|
37 |
st.error(f"Error loading CSV: {e}")
|
38 |
st.session_state.fortune_data = None
|