Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with col1:
|
|
42 |
with col2:
|
43 |
st.title("Sınıfı bulmak için bir şikayet girin.")
|
44 |
st.subheader("Şikayet")
|
45 |
-
text = st.text_area('',
|
46 |
aButton = st.button('Ara')
|
47 |
|
48 |
def prepare_data(input_text, tokenizer):
|
|
|
42 |
with col2:
|
43 |
st.title("Sınıfı bulmak için bir şikayet girin.")
|
44 |
st.subheader("Şikayet")
|
45 |
+
text = st.text_area('', height=240)
|
46 |
aButton = st.button('Ara')
|
47 |
|
48 |
def prepare_data(input_text, tokenizer):
|