Spaces:
Build error
Build error
Update app.py
Browse files
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}')
|