Omnibus commited on
Commit
37e985c
·
1 Parent(s): 50fcefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def compress_data(c,purpose, history):
113
  e=chunk
114
  print(f'e:: {e}')
115
  new_history=""
116
- task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
117
  for z in range(divi):
118
  print(f's:e :: {s}:{e}')
119
 
 
113
  e=chunk
114
  print(f'e:: {e}')
115
  new_history=""
116
+ #task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
117
  for z in range(divi):
118
  print(f's:e :: {s}:{e}')
119