Update app.py
Browse files
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ı!",
|
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):
|