Matt09Miao commited on
Commit
88e8fa7
·
verified ·
1 Parent(s): b142cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st.set_page_config(page_title="Generate Your Tweet and Toxicity Analysis",
5
- page_icon=":performing_arts:")
6
 
7
  st.header("Please writedown the first word of a Tweet")
8
  uploaded_file = st.file_uploader("Select an Image...")
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.set_page_config(page_title="Generate Your Tweet and Toxicity Analysis :performing_arts:")
 
5
 
6
  st.header("Please writedown the first word of a Tweet")
7
  uploaded_file = st.file_uploader("Select an Image...")