NimaKL commited on
Commit
c353614
Β·
1 Parent(s): 59accb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from transformers import BertForSequenceClassification, AdamW, BertConfig
8
 
9
  st.set_page_config(layout='wide', initial_sidebar_state='expanded')
10
  st.title("Spamd: Turkish Spam Detector")
11
- st.markdown("Enter the text you'd like to analyze for spam.")
12
- text = st.text_input()
13
 
14
 
15
 
 
8
 
9
  st.set_page_config(layout='wide', initial_sidebar_state='expanded')
10
  st.title("Spamd: Turkish Spam Detector")
11
+ #st.markdown()
12
+ text = st.text_input("Enter the text you'd like to analyze for spam.")
13
 
14
 
15