oggata commited on
Commit
b4434ff
·
verified ·
1 Parent(s): c266967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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")