ChatGPT_Playground / config.py
Demosthene-OR's picture
Init
4311668
raw
history blame contribute delete
328 Bytes
"""
Config file for Streamlit App
"""
from member import Member
TITLE = "ChatGPT"
TEAM_MEMBERS = [
Member(
name="Olivier Renouard",
linkedin_url="https://www.linkedin.com/in/olivier-renouard/",
github_url="https://github.com/Demosthene-OR",
)
]
PROMOTION = "Playground ChatGPT - Octobre 2024"