debisoft commited on
Commit
25c822c
·
1 Parent(s): cc55914
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,9 +68,9 @@ def extract_json(gen_text, n_shot_learning=0):
68
 
69
  end_index = gen_text.find("}\n\n### ")
70
  if(end_index != -1) :
71
- print("Start***No end index!!!")
72
- print(gen_text)
73
- print("End***No end index!!!")
74
 
75
  end_index = end_index + 1
76
 
 
68
 
69
  end_index = gen_text.find("}\n\n### ")
70
  if(end_index != -1) :
71
+ print("Start***No end index!!!")
72
+ print(gen_text)
73
+ print("End***No end index!!!")
74
 
75
  end_index = end_index + 1
76