Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def measureproject(jsdata):
|
|
| 116 |
# return SimilarAreaDictionary.to_dict()
|
| 117 |
#return
|
| 118 |
arr=[base64.b64encode(buffer).decode('utf-8'), SimilarAreaDictionary.to_dict() ,spreadsheet_url , spreadsheetId]
|
| 119 |
-
return arr#'{}, {} '.format(base64.b64encode(buffer).decode('utf-8') , SimilarAreaDictionary )
|
| 120 |
# return Flask.jsonify(data=base64.b64encode(buffer).decode('utf-8'), data1=SimilarAreaDictionary)
|
| 121 |
# return str(measuredimg)
|
| 122 |
# return render_template("proposed-GUI.html")
|
|
|
|
| 116 |
# return SimilarAreaDictionary.to_dict()
|
| 117 |
#return
|
| 118 |
arr=[base64.b64encode(buffer).decode('utf-8'), SimilarAreaDictionary.to_dict() ,spreadsheet_url , spreadsheetId]
|
| 119 |
+
return jsonify(arr)#'{}, {} '.format(base64.b64encode(buffer).decode('utf-8') , SimilarAreaDictionary )
|
| 120 |
# return Flask.jsonify(data=base64.b64encode(buffer).decode('utf-8'), data1=SimilarAreaDictionary)
|
| 121 |
# return str(measuredimg)
|
| 122 |
# return render_template("proposed-GUI.html")
|