manhdo's picture
First
c48801f
raw
history blame contribute delete
No virus
428 Bytes
from pathlib import Path
import streamlit as st
def show_info():
st.divider()
st.markdown(f"<div style='text-align: justify;'>{st.session_state.locale.product_information}</div>",
unsafe_allow_html=True)
st.divider()
st.markdown("""[**Contact us**](https://www.linkedin.com/in/manh-do-quang-50823a255/)""")
st.markdown("""[**Buy Me A Coffee**](https://www.buymeacoffee.com/doquangmanp)""")