Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -983,7 +983,7 @@ def generate_prompt_from_excel_file(df_dict):
|
|
983 |
|
984 |
# Finalize the prompt with function call description
|
985 |
|
986 |
-
prompt += f"- Query: A natural language question (e.g., List all the employees whose names start with 'A'). The question should be sent as 'What are the employee details with name starts with a
|
987 |
prompt += f"""Output : {docstatus}. Here is the sample table:
|
988 |
{sample_table}.
|
989 |
"""
|
|
|
983 |
|
984 |
# Finalize the prompt with function call description
|
985 |
|
986 |
+
prompt += f"- Query: A natural language question (e.g., List all the employees whose names start with 'A'). The question should be sent as 'What are the employee details with name starts with a'."
|
987 |
prompt += f"""Output : {docstatus}. Here is the sample table:
|
988 |
{sample_table}.
|
989 |
"""
|