Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def app_design():
|
|
| 33 |
if st.button('Predict Marks'):
|
| 34 |
predicted_value = model_prediction(model, features)
|
| 35 |
|
| 36 |
-
st.success(f"The marks are : {
|
| 37 |
|
| 38 |
|
| 39 |
def about_hidevs():
|
|
|
|
| 33 |
if st.button('Predict Marks'):
|
| 34 |
predicted_value = model_prediction(model, features)
|
| 35 |
|
| 36 |
+
st.success(f"The marks are : {predicted_value}")
|
| 37 |
|
| 38 |
|
| 39 |
def about_hidevs():
|