yttanaka commited on
Commit
760af25
·
verified ·
1 Parent(s): c8ba1ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 demo - Chat with llama2 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 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とはなんですか?"],