Spaces:
Build error
Build error
Thomas Chaigneau
commited on
Commit
·
1d46d77
1
Parent(s):
7a84cc4
fix typo
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ st.markdown("""
|
|
15 |
[](https://www.linkedin.com/in/thomas-chaigneau-dev/)
|
16 |
[](https://discord.gg/)
|
17 |
""")
|
18 |
-
st.write("To add a new model, hit me up
|
19 |
|
20 |
with st.expander(label="❓ How does it work", expanded=True):
|
21 |
st.markdown("""
|
|
|
15 |
[](https://www.linkedin.com/in/thomas-chaigneau-dev/)
|
16 |
[](https://discord.gg/)
|
17 |
""")
|
18 |
+
st.write("To add a new model, hit me up! ⬆️")
|
19 |
|
20 |
with st.expander(label="❓ How does it work", expanded=True):
|
21 |
st.markdown("""
|