Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ class FinanceSummary:
|
|
25 |
str: Formatted prompt for the model.
|
26 |
"""
|
27 |
prompt = "<s>"
|
28 |
-
prompt += f"[INST] analyze given csv sheet and give me a detailed summary mention the range of money transactions{data}[/INST]"
|
29 |
return prompt
|
30 |
|
31 |
def to_dataframe(self,filepath: str) -> pd.DataFrame:
|
|
|
25 |
str: Formatted prompt for the model.
|
26 |
"""
|
27 |
prompt = "<s>"
|
28 |
+
prompt += f"[INST] analyze given csv sheet and give me a detailed summary mention the range of money transactions,describe each column{data}[/INST]"
|
29 |
return prompt
|
30 |
|
31 |
def to_dataframe(self,filepath: str) -> pd.DataFrame:
|