muryshev commited on
Commit
eb1f52d
·
verified ·
1 Parent(s): 58a1c58

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -61,12 +61,7 @@ def analize():
61
  text_data = request.json.get('text')
62
  app_info = llm_2.getApplicationInfo(text_data)
63
 
64
- <<<<<<< HEAD
65
  return json.dumps(app_info, sort_keys=False)
66
- =======
67
- # Return the JSON response
68
- return jsonify(app_info)
69
- >>>>>>> 021e9ce4d9039b4efc665b573312d9a32d2ba4ad
70
 
71
  if __name__ == '__main__':
72
  app.run(debug=False)
 
61
  text_data = request.json.get('text')
62
  app_info = llm_2.getApplicationInfo(text_data)
63
 
 
64
  return json.dumps(app_info, sort_keys=False)
 
 
 
 
65
 
66
  if __name__ == '__main__':
67
  app.run(debug=False)