Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,6 @@ def main():
|
|
91 |
st.write(raw_text)
|
92 |
|
93 |
st.success("Prediction")
|
94 |
-
st.write("{}:{}".format(res, proba))
|
95 |
st.write("Confidence:{}".format(proba))
|
96 |
|
97 |
|
|
|
91 |
st.write(raw_text)
|
92 |
|
93 |
st.success("Prediction")
|
|
|
94 |
st.write("Confidence:{}".format(proba))
|
95 |
|
96 |
|