Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ if complex_image:
|
|
| 50 |
)
|
| 51 |
|
| 52 |
# Button to trigger the analysis
|
| 53 |
-
analyze_button = st.button("Analyze the Image", type="
|
| 54 |
|
| 55 |
# Optimized prompt for complex images
|
| 56 |
complex_image_prompt_text = (
|
|
|
|
| 50 |
)
|
| 51 |
|
| 52 |
# Button to trigger the analysis
|
| 53 |
+
analyze_button = st.button("Analyze the Image", type="secondary")
|
| 54 |
|
| 55 |
# Optimized prompt for complex images
|
| 56 |
complex_image_prompt_text = (
|