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