jaifar530 commited on
Commit
ca71453
·
unverified ·
1 Parent(s): 5333b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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, it might fill into one of the below:")
338
- st.write(cnn_predicted_author_diplay_name)
339
- st.write(ridge_predicted_author_diplay_name)
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("""