Update app.py
Browse files
app.py
CHANGED
@@ -98,13 +98,13 @@ def stream_response(container, response: Generator) -> None:
|
|
98 |
|
99 |
def main():
|
100 |
st.set_page_config(
|
101 |
-
page_title="
|
102 |
page_icon="💭",
|
103 |
layout="wide",
|
104 |
initial_sidebar_state="collapsed"
|
105 |
)
|
106 |
|
107 |
-
st.title("
|
108 |
|
109 |
# Récupération de la clé API
|
110 |
try:
|
|
|
98 |
|
99 |
def main():
|
100 |
st.set_page_config(
|
101 |
+
page_title="Mariam M1",
|
102 |
page_icon="💭",
|
103 |
layout="wide",
|
104 |
initial_sidebar_state="collapsed"
|
105 |
)
|
106 |
|
107 |
+
st.title("Mariam M-0")
|
108 |
|
109 |
# Récupération de la clé API
|
110 |
try:
|