Commit
·
a8d414a
1
Parent(s):
dcdf063
Added instructions.
Browse files
app.py
CHANGED
@@ -102,5 +102,4 @@ if st.button("Calculate Similarities"):
|
|
102 |
|
103 |
# Footer
|
104 |
st.markdown("---")
|
105 |
-
st.markdown("Created by [Ryland Bacorn](https://huggingface.co/ReithBjarkan)")
|
106 |
-
st.markdown("[Report a bug or make a suggestion](mailto:mailto:rybacorn@gmail.com)")
|
|
|
102 |
|
103 |
# Footer
|
104 |
st.markdown("---")
|
105 |
+
st.markdown("Created by [Ryland Bacorn](https://huggingface.co/ReithBjarkan). [Report a bug or make a suggestion](mailto:rybacorn@gmail.com)")
|
|