leavoigt commited on
Commit
0967ed5
·
1 Parent(s): 18ca863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ references to vulnerable groups, for example when talking about policy documents
56
  # Create text input box
57
  input_text = st.text_area(label='Please enter your text here', height=350, value="Example")
58
 
59
- st.write('Prediction:', run_sentiment_analysis(txt))
60
 
61
  # Create the output box
62
  #output=""
 
56
  # Create text input box
57
  input_text = st.text_area(label='Please enter your text here', height=350, value="Example")
58
 
59
+ st.write('Prediction:', predict(input_txt))
60
 
61
  # Create the output box
62
  #output=""