Omnibus commited on
Commit
b9c564d
·
verified ·
1 Parent(s): 9f17d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def get_records(inp,data):
174
  for z in range(divi):
175
  print(f's:e :: {s}:{e}')
176
 
177
- hist = data[s:e]
178
  print(f'hist::\n{hist}')
179
  resp = run_gpt(
180
  GET_KEYWORD,
 
174
  for z in range(divi):
175
  print(f's:e :: {s}:{e}')
176
 
177
+ hist = out[s:e]
178
  print(f'hist::\n{hist}')
179
  resp = run_gpt(
180
  GET_KEYWORD,