Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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...")
|