leavoigt commited on
Commit
460294f
·
1 Parent(s): c871468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,9 +50,9 @@ st.write("This app allows you to identify whether a text contains any references
50
  col1, col2 = st.columns(2)
51
 
52
  with col1:
53
- input_text = text_area('enter your text here')
54
 
55
  with col2:
56
- st.write('f"{ group_dict['label'] }: { round(p['score'] * 100, 1)}%"')
57
 
58
  st.write("Example: To promote gender diversity, several new policies are being implemented")
 
50
  col1, col2 = st.columns(2)
51
 
52
  with col1:
53
+ input_text = st.text_area('enter your text here')
54
 
55
  with col2:
56
+ st.text(f"{ group_dict['label'] }: { round(p['score'] * 100, 1)}%")
57
 
58
  st.write("Example: To promote gender diversity, several new policies are being implemented")