Spaces:
Sleeping
Sleeping
Update components/groq_analysis.py
Browse files
components/groq_analysis.py
CHANGED
|
@@ -152,9 +152,6 @@ def show_analysis_placeholder(caption_text):
|
|
| 152 |
st.markdown("### ✨ Highlighted Caption")
|
| 153 |
st.markdown(highlighted_caption, unsafe_allow_html=True)
|
| 154 |
|
| 155 |
-
else:
|
| 156 |
-
st.warning("No highlights found in the response.")
|
| 157 |
-
|
| 158 |
docx_file = create_docx_file(result)
|
| 159 |
st.download_button(
|
| 160 |
label="📥 Download Analysis as DOCX",
|
|
|
|
| 152 |
st.markdown("### ✨ Highlighted Caption")
|
| 153 |
st.markdown(highlighted_caption, unsafe_allow_html=True)
|
| 154 |
|
|
|
|
|
|
|
|
|
|
| 155 |
docx_file = create_docx_file(result)
|
| 156 |
st.download_button(
|
| 157 |
label="📥 Download Analysis as DOCX",
|