Thomas Chaigneau commited on
Commit
df96002
·
1 Parent(s): f674e10

fix call to social

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -14,7 +14,7 @@ st.markdown("""
14
  [![LinkedIn](https://img.shields.io/badge/-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/thomas-chaigneau-dev/)
15
  [![Discord](https://img.shields.io/badge/Chainyo%233610-%237289DA.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/)
16
  """)
17
- st.write("If you want to add a new model, hit me up there! ⬆️")
18
  st.subheader("Translation made fast and easy.")
19
 
20
  with st.expander(label="❓ How does it work", expanded=True):
 
14
  [![LinkedIn](https://img.shields.io/badge/-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/thomas-chaigneau-dev/)
15
  [![Discord](https://img.shields.io/badge/Chainyo%233610-%237289DA.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/)
16
  """)
17
+ st.write("To add a new model, hit me up there! ⬆️")
18
  st.subheader("Translation made fast and easy.")
19
 
20
  with st.expander(label="❓ How does it work", expanded=True):