leavoigt commited on
Commit
6e89faf
1 Parent(s): bf9b89f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ references to vulnerable groups, for example when talking about policy documents
54
  #col1, col2 = st.columns(2)
55
 
56
  # Create text input box
57
- input_text = st.text_area(label='Please enter your text here', value="Example")
58
 
59
  st.write('Prediction:', predict(input_text))
60
 
 
54
  #col1, col2 = st.columns(2)
55
 
56
  # Create text input box
57
+ input_text = st.text_area(label='Please enter your text here', value="This policy has been implemented to support women.")
58
 
59
  st.write('Prediction:', predict(input_text))
60