Respair commited on
Commit
47b42ee
·
verified ·
1 Parent(s): 7ee9f7b

Update chat_app_remote.py

Browse files
Files changed (1) hide show
  1. chat_app_remote.py +1 -1
chat_app_remote.py CHANGED
@@ -76,7 +76,7 @@ def handle_audio(audio_data, history, session_id):
76
  def respond(message, chat_history, session_id):
77
 
78
  if not session_id:
79
- return "", chat_history, None, session_id, "Please set a session ID first in the Options tab | オプションタブに移動して、セッションIDを設定してください。"
80
  return chat_function(message, chat_history, session_id)
81
 
82
  def create_frontend_demo():
 
76
  def respond(message, chat_history, session_id):
77
 
78
  if not session_id:
79
+ return "", chat_history, None, session_id, "🔴🔴 Please set a session ID first in the Options tab | オプションタブに移動して、セッションIDを設定してください。🔴🔴"
80
  return chat_function(message, chat_history, session_id)
81
 
82
  def create_frontend_demo():