DingoBeast commited on
Commit
0370355
·
verified ·
1 Parent(s): 8113166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate_image(prompt):
71
  return image
72
 
73
  def main():
74
- st.title("MoodAlbum - Visualise your feelings.")
75
 
76
  user_text = st.text_area("How are you feeling? Describe your emotions:")
77
 
 
71
  return image
72
 
73
  def main():
74
+ st.title("MoodAlbum - Paintings derived from emotions.")
75
 
76
  user_text = st.text_area("How are you feeling? Describe your emotions:")
77