Omnibus commited on
Commit
621eda6
·
verified ·
1 Parent(s): 5f0a172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def summarize(inp,history,data=None):
179
  s=0
180
  e=chunk
181
  print(f'e:: {e}')
182
- new_history=""
183
  task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
184
  for z in range(divi):
185
  print(f's:e :: {s}:{e}')
 
179
  s=0
180
  e=chunk
181
  print(f'e:: {e}')
182
+ new_history="--Start Data--"
183
  task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
184
  for z in range(divi):
185
  print(f's:e :: {s}:{e}')