Suratsada commited on
Commit
e43e2ab
·
1 Parent(s): d6e9bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
  # clicked==True only when the button is clicked
12
  clicked = st.form_submit_button("Submit")
13
  if clicked:
14
- results = classifier(text)
15
  st.json(results)
16
 
17
  if __name__ == "__main__":
 
11
  # clicked==True only when the button is clicked
12
  clicked = st.form_submit_button("Submit")
13
  if clicked:
14
+ results = text
15
  st.json(results)
16
 
17
  if __name__ == "__main__":