rgenius commited on
Commit
28a6f26
1 Parent(s): 49c2d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}Taiga LLM, like chatGPT Large language model</center></h1>
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