debisoft commited on
Commit
0c525e1
·
1 Parent(s): 25c822c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def extract_json(gen_text, n_shot_learning=0):
72
  print(gen_text)
73
  print("End***No end index!!!")
74
 
75
- end_index = end_index + 1
76
 
77
  return gen_text[start_index:end_index]
78
 
 
72
  print(gen_text)
73
  print("End***No end index!!!")
74
 
75
+ end_index = end_index + 1
76
 
77
  return gen_text[start_index:end_index]
78