Spaces:
Sleeping
Sleeping
jaifar530
commited on
Update app.py
Browse files
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("""
|