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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ col1, col2 = st.columns(2)
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")
 
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")