Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,4 @@ with col1:
|
|
53 |
#preds = model(["input_text"])
|
54 |
|
55 |
with col2:
|
56 |
-
st.text(predict(input_text))
|
57 |
-
|
58 |
-
st.write("Example: To promote gender diversity, several new policies are being implemented")
|
|
|
53 |
#preds = model(["input_text"])
|
54 |
|
55 |
with col2:
|
56 |
+
st.text(predict(input_text))
|
|
|
|