NimaKL commited on
Commit
c776112
·
1 Parent(s): bf9d7ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with col2:
44
  st.title("Sınıfı bulmak için bir şikayet girin.")
45
  st.subheader("Enter complaint (in Turkish) to find the class.")
46
  #st.subheader("Şikayet")
47
- text = st.text_area("", "Bebeğim haftada bir kutu mama bitiriyor. Geçen hafta 135 tl'ye aldığım mama bugün 180 tl olmuş. Ben de artık aptamil almayacağım. Tüketici haklarına şikayet etmemiz gerekiyor. Yazıklar olsun.", height=290)
48
 
49
  def prepare_data(input_text, tokenizer):
50
  token = tokenizer.encode_plus(
 
44
  st.title("Sınıfı bulmak için bir şikayet girin.")
45
  st.subheader("Enter complaint (in Turkish) to find the class.")
46
  #st.subheader("Şikayet")
47
+ text = st.text_area("", "Bebeğim haftada bir kutu mama bitiriyor. Geçen hafta 135 tl'ye aldığım mama bugün 180 tl olmuş. Ben de artık aptamil almayacağım. Tüketici haklarına şikayet etmemiz gerekiyor. Yazıklar olsun.", height=285)
48
 
49
  def prepare_data(input_text, tokenizer):
50
  token = tokenizer.encode_plus(