mikey-077 commited on
Commit
2b5992a
·
verified ·
1 Parent(s): b2bece8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if st.button("🚀 Analyze"):
93
  )
94
  if similar_found:
95
  st.markdown(
96
- "<div style='background-color:#fef9c3; padding:10px; border-radius:8px;'><strong>🧐 Warning:</strong> <span style='color:#92400e;'>This might be real or breaking news! Similar stories were found from trusted sources. Cross-check below.</span></div>",
97
  unsafe_allow_html=True
98
  )
99
 
 
93
  )
94
  if similar_found:
95
  st.markdown(
96
+ "<div style='background-color:#fef9c3; padding:10px; border-radius:8px;'><strong>🧐 Warning:</strong> <span style='color:#92400e;'> Similar stories were found from trusted sources. Cross-check below.</span></div>",
97
  unsafe_allow_html=True
98
  )
99