Spaces:
Running
Running
Update chat_app_remote.py
Browse files- chat_app_remote.py +3 -2
chat_app_remote.py
CHANGED
@@ -88,7 +88,8 @@ def create_frontend_demo():
|
|
88 |
with gr.Tab("Chat"):
|
89 |
# Chat interface elements
|
90 |
|
91 |
-
gr.Markdown("Please set a session ID
|
|
|
92 |
session_display = gr.Markdown("Current Session ID: None", label="Session ID")
|
93 |
chatbot = gr.Chatbot(
|
94 |
label="Conversation History",
|
@@ -126,7 +127,7 @@ def create_frontend_demo():
|
|
126 |
with gr.Column():
|
127 |
session_input = gr.Textbox(
|
128 |
value="",
|
129 |
-
label="Session ID (leave blank and press the button for an entirely new session)
|
130 |
)
|
131 |
gen_id_btn = gr.Button("Set Session ID")
|
132 |
session_msg = gr.Markdown("")
|
|
|
88 |
with gr.Tab("Chat"):
|
89 |
# Chat interface elements
|
90 |
|
91 |
+
gr.Markdown("""Please set a session ID, or generate a new one in the Options tab, it helps to retain the history of your conversation.
|
92 |
+
<br>オプションタブでセッションIDを設定するか新しく生成してください。会話の履歴を保持するために必要です。""")
|
93 |
session_display = gr.Markdown("Current Session ID: None", label="Session ID")
|
94 |
chatbot = gr.Chatbot(
|
95 |
label="Conversation History",
|
|
|
127 |
with gr.Column():
|
128 |
session_input = gr.Textbox(
|
129 |
value="",
|
130 |
+
label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)"
|
131 |
)
|
132 |
gen_id_btn = gr.Button("Set Session ID")
|
133 |
session_msg = gr.Markdown("")
|