Andrew Moffat commited on
Commit
3dbba32
·
1 Parent(s): 808c75d
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -141,6 +141,10 @@ if client and creds and submitted:
141
  with st.expander("See the story"):
142
  st.write(story)
143
 
 
 
 
 
144
  picture_prompt = compose_picture_prompt(story, genre)
145
  image_url = draw_picture(picture_prompt)
146
  st.image(image_url)
 
141
  with st.expander("See the story"):
142
  st.write(story)
143
 
144
+ st.write(
145
+ "Tip: The story and image quality depends on the quality"
146
+ " of your calendar events."
147
+ )
148
  picture_prompt = compose_picture_prompt(story, genre)
149
  image_url = draw_picture(picture_prompt)
150
  st.image(image_url)