Redmind commited on
Commit
c86411b
·
verified ·
1 Parent(s): 59e8f98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
  """
 
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
  """