AItool commited on
Commit
1b67658
·
verified ·
1 Parent(s): d335670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -88,6 +88,9 @@ def translate(input_text, source, target):
88
  with st.container():
89
  st.header("Basque (EU) Euskera Multilingual Translator (Basque as the Starting Point)")
90
  st.caption("This is an AI translator using language models - Hau hizkuntza-ereduak erabiltzen dituen IA itzultzaile bat da. Oraingoz lau hizkuntzetara itzultzen du.")
 
 
 
91
  coffee = """
92
  <div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
93
  """
 
88
  with st.container():
89
  st.header("Basque (EU) Euskera Multilingual Translator (Basque as the Starting Point)")
90
  st.caption("This is an AI translator using language models - Hau hizkuntza-ereduak erabiltzen dituen IA itzultzaile bat da. Oraingoz lau hizkuntzetara itzultzen du.")
91
+
92
+ me = """<div>More about <a href="https://webdevserv.github.io/html_bites/dev/webdev.html" target="_blank">me</a> and some <a href="https://webdevserv-portfolio-idoia-icodeidoia-portfolio-9kblei.streamlit.app" target="_blank">apps</a></div>"""
93
+ st.markdown(me, unsafe_allow_html=True)
94
  coffee = """
95
  <div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
96
  """