Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ st.title("🔍 AskVeracity")
|
|
| 105 |
st.markdown("""
|
| 106 |
This is a simple AI-powered agentic tool - a fact-checking system that analyzes claims to determine
|
| 107 |
their truthfulness by gathering and analyzing evidence from various sources, such as Wikipedia,
|
| 108 |
-
news outlets, and academic repositories.
|
| 109 |
""")
|
| 110 |
|
| 111 |
# Sidebar with app information
|
|
|
|
| 105 |
st.markdown("""
|
| 106 |
This is a simple AI-powered agentic tool - a fact-checking system that analyzes claims to determine
|
| 107 |
their truthfulness by gathering and analyzing evidence from various sources, such as Wikipedia,
|
| 108 |
+
news outlets, and academic repositories. The application aims to support broader efforts in misinformation detection.
|
| 109 |
""")
|
| 110 |
|
| 111 |
# Sidebar with app information
|