Spaces:
Runtime error
Runtime error
saurabhg2083
commited on
Commit
•
df8105a
1
Parent(s):
177651b
upd4
Browse files
app.py
CHANGED
@@ -107,4 +107,5 @@ if st.button("Check Bias"):
|
|
107 |
#print(result.text) # This sentence has bad grammar.
|
108 |
st.success(f"Predicted Label: {predicted_label_text} and new Text is: {result.text}")
|
109 |
else:
|
110 |
-
st.warning("Please enter text Job Description.")
|
|
|
|
107 |
#print(result.text) # This sentence has bad grammar.
|
108 |
st.success(f"Predicted Label: {predicted_label_text} and new Text is: {result.text}")
|
109 |
else:
|
110 |
+
st.warning("Please enter text Job Description.")
|
111 |
+
|