NimaKL commited on
Commit
addf4bd
·
1 Parent(s): 1dd0acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with col1:
41
  with col2:
42
  st.title("Sınıfı bulmak için bir şikayet girin.")
43
  st.subheader("Şikayet")
44
- text = st.text_area('',"Jandarma Genel Komutanlığı Alo 156 'yı Aradığımda Yardımcı Olunmadı!",label_visibility ='collapsed', height=240)
45
  aButton = st.button('Ara')
46
 
47
  def prepare_data(input_text, tokenizer):
 
41
  with col2:
42
  st.title("Sınıfı bulmak için bir şikayet girin.")
43
  st.subheader("Şikayet")
44
+ text = st.text_area('',"Jandarma Genel Komutanlığı Alo 156 'yı Aradığımda Yardımcı Olunmadı!", height=240)
45
  aButton = st.button('Ara')
46
 
47
  def prepare_data(input_text, tokenizer):