Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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")
|