From 846c0f00939c2c8dbc6361812e9ca6bdc46e148f Mon Sep 17 00:00:00 2001 From: "Prayoga K. I." Date: Wed, 10 Jun 2026 12:57:54 +0700 Subject: [PATCH] update fix healthty --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 6bb803e..316ed47 100644 --- a/app.py +++ b/app.py @@ -597,8 +597,10 @@ def predict(): 'db_id': pred_id, 'filename': upload_images[0]['filename'], 'original_filename': upload_images[0]['original_filename'], + 'filepath': upload_images[0]['filepath'], 'prediction': 'sakit' if sick_pmk_types else 'sehat', 'confidence': upload_images[0]['confidence'], + 'features_table': upload_images[0]['features_table'], 'source': 'image_processing', } session['upload_images_data'] = upload_images