Spaces:
Running
Running
Update chat_app_remote.py
Browse files- 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",
|