ibrahim yıldız commited on
Commit
2bbc5e5
·
verified ·
1 Parent(s): 1c68e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ st.markdown("""
61
 
62
 
63
  st.markdown('<div class="title">Calorie Bro</div>', unsafe_allow_html=True)
64
- st.markdown('<div class="subtitle">Your personal AI image calorie tracker, powered by Sentient's Dobby AI. Upload you breakfast, lunch and dinner, write your workout for the day and dare to get some 18+ feedback!</div>', unsafe_allow_html=True)
65
 
66
  # Step 1: User inputs weight (in pounds), goal, and Dobby tone
67
  if not st.session_state.user_info:
 
61
 
62
 
63
  st.markdown('<div class="title">Calorie Bro</div>', unsafe_allow_html=True)
64
+ st.markdown('<div class="subtitle">Your personal AI image calorie tracker, powered by Sentient Dobby AI. Upload you breakfast, lunch and dinner, write your workout for the day and dare to get some 18+ feedback!</div>', unsafe_allow_html=True)
65
 
66
  # Step 1: User inputs weight (in pounds), goal, and Dobby tone
67
  if not st.session_state.user_info: