KarthickAdopleAI commited on
Commit
deb9b81
·
verified ·
1 Parent(s): 5b78117

Update app.py

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