Respair commited on
Commit
805c9d9
·
verified ·
1 Parent(s): d563a06

Update chat_app_remote.py

Browse files
Files changed (1) hide show
  1. chat_app_remote.py +1 -1
chat_app_remote.py CHANGED
@@ -88,7 +88,7 @@ def create_frontend_demo():
88
  with gr.Tab("Chat"):
89
  # Chat interface elements
90
 
91
- gr.Markdown("Please set a session ID first in the Options tab <br> オプションタブに移動して、セッションIDを設定してください。)
92
  session_display = gr.Markdown("Current Session ID: None", label="Session ID")
93
  chatbot = gr.Chatbot(
94
  label="Conversation History",
 
88
  with gr.Tab("Chat"):
89
  # Chat interface elements
90
 
91
+ gr.Markdown("Please set a session ID first in the Options tab <br> オプションタブに移動して、セッションIDを設定してください。")
92
  session_display = gr.Markdown("Current Session ID: None", label="Session ID")
93
  chatbot = gr.Chatbot(
94
  label="Conversation History",