Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 ${
|
|
|
|
| 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]}.")
|