hilalrd commited on
Commit
de82577
1 Parent(s): 206eb02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def run():
67
  predicted_label = np.argmax(classes)
68
 
69
  # Assuming df_car_info and df_income_info are available
70
- result = calculate_cicilan(predicted_label, df_car_info, df_income_info)
71
 
72
  st.write("Hasil Prediksi:")
73
  if result is not None:
 
67
  predicted_label = np.argmax(classes)
68
 
69
  # Assuming df_car_info and df_income_info are available
70
+ result = calculate_cicilan(predicted_label)
71
 
72
  st.write("Hasil Prediksi:")
73
  if result is not None: