Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -856,10 +856,6 @@ print(calculator.generate_report(results))
|
|
856 |
|
857 |
|
858 |
|
859 |
-
from flask import Flask, request, jsonify
|
860 |
-
import json
|
861 |
-
|
862 |
-
app = Flask(__name__)
|
863 |
|
864 |
@app.route('/calculation', methods=['POST'])
|
865 |
def handle_calculation():
|
|
|
856 |
|
857 |
|
858 |
|
|
|
|
|
|
|
|
|
859 |
|
860 |
@app.route('/calculation', methods=['POST'])
|
861 |
def handle_calculation():
|