karmat314 commited on
Commit
34dc11f
1 Parent(s): 26f9d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def main():
72
  file.write(bytes_data)
73
 
74
  st.image(uploaded_file, caption='🖼️ Uploaded Image', use_column_width=True)
75
- mood = st.radio("Select mood of story", ["happy", "sad", "scary"], horizontal=True)
76
  word_limit = st.slider("Set word limit", min_value=20, max_value=100, value=50)
77
  if st.button("Analyze"):
78
  # Initiates AI processing and story generation
 
72
  file.write(bytes_data)
73
 
74
  st.image(uploaded_file, caption='🖼️ Uploaded Image', use_column_width=True)
75
+ mood = st.radio("Select mood of story", ["happy", "sad", "horror"], horizontal=True)
76
  word_limit = st.slider("Set word limit", min_value=20, max_value=100, value=50)
77
  if st.button("Analyze"):
78
  # Initiates AI processing and story generation