Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def generate_response(user_query: str):
|
|
61 |
table_output = tabulate(filtered_df, headers=best_column_names, tablefmt="grid")
|
62 |
|
63 |
# 5. Build the system prompt.
|
64 |
-
system_prompt = """\
|
65 |
Bạn là một trợ lý báo cáo sản xuất thông minh, chuyên phân tích và tổng hợp dữ liệu một cách rõ ràng, dễ hiểu.
|
66 |
|
67 |
Dưới đây là dữ liệu bạn cần phân tích:
|
|
|
61 |
table_output = tabulate(filtered_df, headers=best_column_names, tablefmt="grid")
|
62 |
|
63 |
# 5. Build the system prompt.
|
64 |
+
system_prompt = f"""\
|
65 |
Bạn là một trợ lý báo cáo sản xuất thông minh, chuyên phân tích và tổng hợp dữ liệu một cách rõ ràng, dễ hiểu.
|
66 |
|
67 |
Dưới đây là dữ liệu bạn cần phân tích:
|