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

-changed title and description

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -51,12 +51,15 @@ 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="Databricks LLM RAG demo - Chat with DBRX Databricks model serving endpoint",
55
- description="This chatbot is a demo example for the dbdemos llm chatbot. <br>This content is provided as a LLM RAG educational example, without support. It is using DBRX, can hallucinate and should not be used as production content.<br>Please review our dbdemos license and terms for more details.",
56
- examples=[["What is DBRX?"],
57
- ["How can I start a Databricks cluster?"],
58
- ["What is a Databricks Cluster Policy?"],
59
- ["How can I track billing usage on my workspaces?"],],
 
 
 
60
  cache_examples=False,
61
  theme=theme,
62
  retry_btn=None,
 
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?"],
62
+ ["What is DBRX?"]],
63
  cache_examples=False,
64
  theme=theme,
65
  retry_btn=None,