Shreyas1441AI commited on
Commit
564acaa
·
verified ·
1 Parent(s): aa2bf59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def predict_final_answer(input_str):
30
  # Predict tier7
31
  prediction = model.predict(features_array)
32
  ans = f"{prediction[0]:.9f}"
33
- final_ans = ans[9:]
34
- return final_ans
35
 
36
  # --- Gradio Interface ---
37
  iface = gr.Interface(
 
30
  # Predict tier7
31
  prediction = model.predict(features_array)
32
  ans = f"{prediction[0]:.9f}"
33
+
34
+ return ans
35
 
36
  # --- Gradio Interface ---
37
  iface = gr.Interface(