Spaces:
Running
Running
Update chat_app_remote.py
Browse files- chat_app_remote.py +1 -1
chat_app_remote.py
CHANGED
@@ -121,7 +121,7 @@ def create_frontend_demo():
|
|
121 |
|
122 |
with gr.Tab("Options"):
|
123 |
with gr.Column():
|
124 |
-
options_session_display = gr.Markdown("
|
125 |
session_input = gr.Textbox(
|
126 |
value="",
|
127 |
label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)",
|
|
|
121 |
|
122 |
with gr.Tab("Options"):
|
123 |
with gr.Column():
|
124 |
+
options_session_display = gr.Markdown("Current Session ID: None", label="Session ID")
|
125 |
session_input = gr.Textbox(
|
126 |
value="",
|
127 |
label="Session ID (leave blank and press the button for an entirely new session) | セッションID(新規セッションの場合は空欄のままボタンを押してください)",
|