Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'>
|
| 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 |
|