Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ queried_female = st.checkbox("Female",value=True)
|
|
| 32 |
@st.cache(allow_output_mutation=True)
|
| 33 |
def gen_load() -> pd.DataFrame:
|
| 34 |
#df = my.get_data()
|
| 35 |
-
df = pd.read_csv('
|
| 36 |
return df
|
| 37 |
|
| 38 |
#AI Emotional State Score: Anxiety, Confusion, Trepidation, Fear, Guilt
|
|
|
|
| 32 |
@st.cache(allow_output_mutation=True)
|
| 33 |
def gen_load() -> pd.DataFrame:
|
| 34 |
#df = my.get_data()
|
| 35 |
+
df = pd.read_csv('US.txt')
|
| 36 |
return df
|
| 37 |
|
| 38 |
#AI Emotional State Score: Anxiety, Confusion, Trepidation, Fear, Guilt
|