ccclllwww commited on
Commit
cf27fca
Β·
verified Β·
1 Parent(s): 0f3e58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -149,10 +149,9 @@ def main():
149
  st.subheader("🌟 How to Use:")
150
  st.info("""
151
  1. Upload any picture (animals, nature, or people work best!)
152
- 2. Choose your favorite story style
153
- 3. Click the confirmation button
154
- 4. Wait for image analysis to complete
155
- 5. Enjoy your personalized story and audio!
156
  """)
157
 
158
  # File uploader
@@ -166,7 +165,7 @@ def main():
166
  col1, col2 = st.columns(2)
167
 
168
  with col1:
169
- st.image(image, caption="Uploaded Image", use_column_width=True)
170
 
171
  # Generation button
172
  if st.button("✨ Generate Story & Audio"):
 
149
  st.subheader("🌟 How to Use:")
150
  st.info("""
151
  1. Upload any picture (animals, nature, or people work best!)
152
+ 2. Click the generating button
153
+ 3. Wait for image analysis to complete
154
+ 4. Enjoy your story and audio!
 
155
  """)
156
 
157
  # File uploader
 
165
  col1, col2 = st.columns(2)
166
 
167
  with col1:
168
+ st.image(image, caption="Uploaded Image", use_container_width=True)
169
 
170
  # Generation button
171
  if st.button("✨ Generate Story & Audio"):