jaifar530 commited on
Commit
fac959e
·
unverified ·
1 Parent(s): 3797874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -393,9 +393,9 @@ if press_me_button:
393
 
394
  else:
395
  st.write("Difficult to predict this text, \nit might fill into one of the below:")
396
- st.write(f"- {ridge_name}")
397
- st.write(f"- {cnn_name}")
398
- st.write(f"- {extra_trees_name}")
399
 
400
  # with st.expander("What is this project about?"):
401
  # st.write("""
 
393
 
394
  else:
395
  st.write("Difficult to predict this text, \nit might fill into one of the below:")
396
+ st.write(f"1- {ridge_name}")
397
+ st.write(f"2- {cnn_name}")
398
+ st.write(f"3- {extra_trees_name}")
399
 
400
  # with st.expander("What is this project about?"):
401
  # st.write("""