jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -334,10 +334,10 @@ if press_me_button:
|
|
334 |
st.write(f"2nd Most likely written by: {extra_trees_predicted_author_diplay_name}")
|
335 |
|
336 |
else:
|
337 |
-
st.write("Difficult to predict this text,
|
338 |
-
st.write(
|
339 |
-
st.write(
|
340 |
-
st.write(extra_trees_predicted_author_diplay_name)
|
341 |
|
342 |
# with st.expander("What is this project about?"):
|
343 |
# st.write("""
|
|
|
334 |
st.write(f"2nd Most likely written by: {extra_trees_predicted_author_diplay_name}")
|
335 |
|
336 |
else:
|
337 |
+
st.write("Difficult to predict this text, \nit might fill into one of the below:")
|
338 |
+
st.write(f"- {ridge_predicted_author_diplay_name}")
|
339 |
+
st.write(f"- {cnn_predicted_author_diplay_name}")
|
340 |
+
st.write(f"- {extra_trees_predicted_author_diplay_name}")
|
341 |
|
342 |
# with st.expander("What is this project about?"):
|
343 |
# st.write("""
|