Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1056,7 +1056,7 @@ def generate_prompt_from_excel_file(df_dict):
|
|
1056 |
#prompt += "\n"
|
1057 |
|
1058 |
# Finalize the prompt with function call description
|
1059 |
-
|
1060 |
prompt += f"""Output : {docstatus}. Here is the sample table:
|
1061 |
{sample_table}.
|
1062 |
"""
|
|
|
1056 |
#prompt += "\n"
|
1057 |
|
1058 |
# Finalize the prompt with function call description
|
1059 |
+
prompt += f"- Query: A natural language question (e.g., List the distinct broker names). The question should be sent as 'What are the distinct broker names in the excel document.'."
|
1060 |
prompt += f"""Output : {docstatus}. Here is the sample table:
|
1061 |
{sample_table}.
|
1062 |
"""
|