pal27 commited on
Commit
6788cea
·
verified ·
1 Parent(s): 1d7dbab

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ input_data = pd.DataFrame([{
44
  # Predict button
45
  if st.button("Predict"):
46
  prediction = model.predict(input_data)
47
- st.write(f"The predicted revenue of the superkart outlet is ${np.exp(prediction)[0]:.2f}.")
 
44
  # Predict button
45
  if st.button("Predict"):
46
  prediction = model.predict(input_data)
47
+ st.write(f"The predicted revenue of the superkart outlet is ${prediction[0]}.")