added review functionality

This commit is contained in:
Mann Patel
2025-04-12 11:27:27 -06:00
parent d8ed58f572
commit 10f0469b56
6 changed files with 139 additions and 89 deletions

View File

@@ -1,9 +1,12 @@
from flask import Flask, request, jsonify
from flask_cors import CORS
from app import get_recommendations
from app import history_upload
import time
#import time
app = Flask(__name__)