Value-Props / config.py
Demosthene-OR's picture
..
55c06c9
raw
history blame
382 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/AVR23_CDS_Text_translation",
)
]
PROMOTION = "Espace de test pour l'IA de Value Props - Septembre 2024"