youngtsai commited on
Commit
4749834
1 Parent(s): b7653fb

df_string_output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def process_file(file):
21
  # 返回 DataFrame 字符串,以用作聊天机器人的系统提示
22
  return df_string
23
 
24
- def respond(user_message, chat_history):
25
  print("=== 變數:user_message ===")
26
  print(user_message)
27
  print("=== 變數:chat_history ===")
 
21
  # 返回 DataFrame 字符串,以用作聊天机器人的系统提示
22
  return df_string
23
 
24
+ def respond(user_message, df_string_output, chat_history):
25
  print("=== 變數:user_message ===")
26
  print(user_message)
27
  print("=== 變數:chat_history ===")