Azure99 commited on
Commit
a2e537d
β€’
1 Parent(s): 9749952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def chat(inst, history):
69
  gr.ChatInterface(chat,
70
  chatbot=gr.Chatbot(show_label=False, height=500, show_copy_button=True, render_markdown=True),
71
  textbox=gr.Textbox(placeholder="", container=False, scale=7),
72
- title="Blossom Demo",
73
  description='Hello, I am Blossom, an open source conversational large language model.🌠'
74
  '<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
75
  theme="soft",
 
69
  gr.ChatInterface(chat,
70
  chatbot=gr.Chatbot(show_label=False, height=500, show_copy_button=True, render_markdown=True),
71
  textbox=gr.Textbox(placeholder="", container=False, scale=7),
72
+ title="Blossom 9B Demo",
73
  description='Hello, I am Blossom, an open source conversational large language model.🌠'
74
  '<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
75
  theme="soft",