Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ 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
|
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 llama2, can hallucinate and should not be used as production content.<br>Please review our dbdemos license and terms for more details.",
|
57 |
examples=[["どうやってdatabricksを始めたらいいですか?"],
|
58 |
["Databricks Cluster Policyとはなんですか?"],
|
|
|
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 デモ",
|
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 llama2, can hallucinate and should not be used as production content.<br>Please review our dbdemos license and terms for more details.",
|
57 |
examples=[["どうやってdatabricksを始めたらいいですか?"],
|
58 |
["Databricks Cluster Policyとはなんですか?"],
|