Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
48 |
-
|
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")
|