Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,7 @@ def respond(
|
|
87 |
# Gradio Blocksを使用したカスタムチャットインターフェース
|
88 |
with gr.Blocks(
|
89 |
title="🤖 Sarashina Chatbot",
|
90 |
-
theme=gr.themes.Soft()
|
91 |
-
description="Sarashina2.2-3b-instruct モデルを使用した日本語チャットボットです。"
|
92 |
) as demo:
|
93 |
|
94 |
gr.Markdown("# 🤖 Sarashina Chatbot")
|
|
|
87 |
# Gradio Blocksを使用したカスタムチャットインターフェース
|
88 |
with gr.Blocks(
|
89 |
title="🤖 Sarashina Chatbot",
|
90 |
+
theme=gr.themes.Soft()
|
|
|
91 |
) as demo:
|
92 |
|
93 |
gr.Markdown("# 🤖 Sarashina Chatbot")
|