ahm14 commited on
Commit
23bf7fd
·
verified ·
1 Parent(s): 3c1a044

Update components/groq_analysis.py

Browse files
Files changed (1) hide show
  1. components/groq_analysis.py +0 -3
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",