Value-Props / config.py
Demosthene-OR's picture
...
f274074
raw
history blame
355 Bytes
"""
Config file for Streamlit App
"""
from member import Member
TITLE = "Value Props"
TEAM_MEMBERS = [
Member(
name="Olivier Renouard",
linkedin_url="https://www.linkedin.com/in/olivier-renouard/",
github_url="https://github.com/Demosthene-OR",
)
]
PROMOTION = "Espace de test pour l'IA de Value Props - Septembre 2024"