Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
185 |
conversation_id = gr.State(get_uuid)
|
186 |
favicon = '<img src="https://space-course.ru/wp-content/uploads/2023/06/Fox_logo_512-2.png" width="48px" style="display: inline">'
|
187 |
gr.Markdown(
|
188 |
-
f"""<h1><center>{favicon}
|
189 |
"""
|
190 |
)
|
191 |
|
|
|
185 |
conversation_id = gr.State(get_uuid)
|
186 |
favicon = '<img src="https://space-course.ru/wp-content/uploads/2023/06/Fox_logo_512-2.png" width="48px" style="display: inline">'
|
187 |
gr.Markdown(
|
188 |
+
f"""<h1><center>{favicon}Leo LLM, like chatGPT Large language model</center></h1>
|
189 |
"""
|
190 |
)
|
191 |
|