Spaces:
Sleeping
Sleeping
df_string_output
Browse files
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 ===")
|