Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from transformers import pipeline
|
|
3 |
|
4 |
st.set_page_config(page_title="Generate Your Tweet and Toxicity Analysis")
|
5 |
|
6 |
-
st.header("Please
|
7 |
-
|
8 |
|
9 |
if uploaded_file is not None:
|
10 |
print(uploaded_file)
|
|
|
3 |
|
4 |
st.set_page_config(page_title="Generate Your Tweet and Toxicity Analysis")
|
5 |
|
6 |
+
st.header("Please input your first word of a Tweet :performing_arts:")
|
7 |
+
input = st.text_input("Select an Image...")
|
8 |
|
9 |
if uploaded_file is not None:
|
10 |
print(uploaded_file)
|