Matt09Miao commited on
Commit
3319852
·
verified ·
1 Parent(s): 993705a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 writedown your first word of a Tweet :performing_arts:")
7
- uploaded_file = st.file_uploader("Select an Image...")
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)