Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with open("reflections.json") as f:
|
|
146 |
|
147 |
# --- UI ---
|
148 |
st.title("π Kalam Comfort")
|
149 |
-
st.subheader("
|
150 |
|
151 |
selected_mood = st.selectbox("How are you feeling today?", list(moods.keys()), index=0)
|
152 |
|
|
|
146 |
|
147 |
# --- UI ---
|
148 |
st.title("π Kalam Comfort")
|
149 |
+
st.subheader("Guidance for how you feel π€")
|
150 |
|
151 |
selected_mood = st.selectbox("How are you feeling today?", list(moods.keys()), index=0)
|
152 |
|