thealper2 commited on
Commit
a327a01
·
1 Parent(s): 7afc2f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ text = st.text_input("Bir metin giriniz...")
138
  res = st.button("Sınıflandır")
139
 
140
  if res:
141
- predict(ext)
 
138
  res = st.button("Sınıflandır")
139
 
140
  if res:
141
+ predict(text)