ashhal commited on
Commit
94bdf58
Β·
verified Β·
1 Parent(s): 783bf43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with open("reflections.json") as f:
146
 
147
  # --- UI ---
148
  st.title("πŸ“š Kalam Comfort")
149
- st.subheader("Let the Qur'an speak to your heart, whatever you're feeling 🀍")
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