Spaces:
Runtime error
Runtime error
DBRX commit
Browse files
app.py
CHANGED
@@ -52,9 +52,10 @@ demo = gr.ChatInterface(
|
|
52 |
chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
|
53 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
54 |
container=False, scale=7),
|
55 |
-
title="Databricks LLM RAG demo - Chat with
|
56 |
-
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
|
57 |
-
examples=[["
|
|
|
58 |
["What is a Databricks Cluster Policy?"],
|
59 |
["How can I track billing usage on my workspaces?"],],
|
60 |
cache_examples=False,
|
|
|
52 |
chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
|
53 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
54 |
container=False, scale=7),
|
55 |
+
title="Databricks LLM RAG demo - Chat with DBRX Databricks model serving endpoint",
|
56 |
+
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.",
|
57 |
+
examples=[["What is DBRX?"],
|
58 |
+
["How can I start a Databricks cluster?"],
|
59 |
["What is a Databricks Cluster Policy?"],
|
60 |
["How can I track billing usage on my workspaces?"],],
|
61 |
cache_examples=False,
|