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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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="![image/png](https://cdn-uploads.huggingface.co/production/uploads/66f6b4f934e277e391ccbf93/F7rRfSUX7xBPfmUzG3Mn5.png)")
6
 
7
  st.header("Please writedown the first word of a Tweet")
8
  uploaded_file = st.file_uploader("Select an Image...")
 
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...")