SohumBhatt commited on
Commit
f0458ff
1 Parent(s): ce28d51

- title changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,11 +51,11 @@ demo = gr.ChatInterface(
51
  chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
52
  textbox=gr.Textbox(placeholder="Ask me a question",
53
  container=False, scale=7),
54
- title="DBRX Atlas Copco Demo",
55
  description='''<ul>
56
  <li>Based on the Databricks documentation, with a few addiitional Atlas Copco documentation chunks as a test. </li>
57
  <li>Based primarily on serverless endpoints (vector index, embedding model, DBRX model) although these can be run on your own compute. </li>
58
- <li>Uses the Langchain flavor of Mlflow behind the serverless endpoint <li/>
59
  </ul>''',
60
  examples=[["What are the data teams within the CTS division of Atlas Copco?"],
61
  ["What is Marketing VisionAir?"],
 
51
  chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
52
  textbox=gr.Textbox(placeholder="Ask me a question",
53
  container=False, scale=7),
54
+ title="DBRX Demo - Atlas Copco",
55
  description='''<ul>
56
  <li>Based on the Databricks documentation, with a few addiitional Atlas Copco documentation chunks as a test. </li>
57
  <li>Based primarily on serverless endpoints (vector index, embedding model, DBRX model) although these can be run on your own compute. </li>
58
+ <li>Uses the Langchain flavor of Mlflow behind the serverless endpoint </li>
59
  </ul>''',
60
  examples=[["What are the data teams within the CTS division of Atlas Copco?"],
61
  ["What is Marketing VisionAir?"],