Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,11 @@ st.set_page_config(
|
|
53 |
|
54 |
# Sidebar
|
55 |
st.sidebar.image("logo-wordlift.png")
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
# Main content
|
58 |
with st.form(key='my_form'):
|
|
|
53 |
|
54 |
# Sidebar
|
55 |
st.sidebar.image("logo-wordlift.png")
|
56 |
+
st.sidebar.markdown("""
|
57 |
+
- ✅ AI Assistance with Immediate Fact Verification
|
58 |
+
- ✅ Prevention of AI-Generated Misinformation
|
59 |
+
- ✅ Automatic Structured Data for ClaimReview
|
60 |
+
""")
|
61 |
|
62 |
# Main content
|
63 |
with st.form(key='my_form'):
|