sungyi654 commited on
Commit
e067b10
1 Parent(s): d0d1d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "pn
21
  if 'history' not in st.session_state:
22
  st.session_state['history'] = []
23
 
24
- personality = st.text_input("Enter a personality")
25
  image_narration = "No narration given"
26
 
27
  # Check if an image has been uploaded
 
21
  if 'history' not in st.session_state:
22
  st.session_state['history'] = []
23
 
24
+ personality = st.text_input("Enter a personality to give to the narrator")
25
  image_narration = "No narration given"
26
 
27
  # Check if an image has been uploaded