ASHUT0SH-SiNGH commited on
Commit
4f0a0e3
·
1 Parent(s): fad136a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def main():
196
  page = st.sidebar.radio("Go to", ["Bot Detection", "CSV Analysis", "About", "Statistics"])
197
 
198
  if page == "Bot Detection":
199
- st.title("🤖 Twitter Bot Detection System")
200
  st.markdown("""
201
  <div style='background-color: #262730; color: white; padding: 1rem; border-radius: 0.5rem; margin-bottom: 1rem;'>
202
  <h4>Welcome to the Social Media Bot Detection System</h4>
 
196
  page = st.sidebar.radio("Go to", ["Bot Detection", "CSV Analysis", "About", "Statistics"])
197
 
198
  if page == "Bot Detection":
199
+ st.title("🤖 Social Media Bot Detection System")
200
  st.markdown("""
201
  <div style='background-color: #262730; color: white; padding: 1rem; border-radius: 0.5rem; margin-bottom: 1rem;'>
202
  <h4>Welcome to the Social Media Bot Detection System</h4>