cyberandy commited on
Commit
95502e6
·
verified ·
1 Parent(s): 7ff6ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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'):