ProfessorLeVesseur commited on
Commit
c47bd39
·
verified ·
1 Parent(s): 4ab8249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -44,12 +44,10 @@ complex_image = st.toggle("Is this a complex image? ", value=False)
44
  if complex_image:
45
  # Text input for additional details about the image, shown only if toggle is True
46
  complex_image_details = st.caption(
47
- "By checking this box, it will inform MTSS.ai to create a robust description that exceeds the 125 character limit. You will add the description to a placeholder behind the image. Add 'Description in the content placeholder' in the alt text box. ",
48
- disabled=not complex_image
49
  )
50
 
51
- st.caption('This is a string that explains something above.')
52
-
53
 
54
  # Button to trigger the analysis
55
  analyze_button = st.button("Analyze the Image", type="secondary")
 
44
  if complex_image:
45
  # Text input for additional details about the image, shown only if toggle is True
46
  complex_image_details = st.caption(
47
+ "By checking this box, it will inform MTSS.ai to create a robust description that exceeds the 125 character limit. "
48
+ "You will add the description in a placeholder behind the image and add the text, 'Description in the content placeholder,' in the alt text box. "
49
  )
50
 
 
 
51
 
52
  # Button to trigger the analysis
53
  analyze_button = st.button("Analyze the Image", type="secondary")