Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def main():
|
|
| 34 |
"children": [children],
|
| 35 |
"smoker": [smoker],
|
| 36 |
"region": [region]}))
|
| 37 |
-
st.success(f"You predict medical expenses is{result[0]}")
|
| 38 |
if __name__ == "__main__":
|
| 39 |
main()
|
| 40 |
|
|
|
|
| 34 |
"children": [children],
|
| 35 |
"smoker": [smoker],
|
| 36 |
"region": [region]}))
|
| 37 |
+
st.success(f"You predict medical expenses is {result[0]}")
|
| 38 |
if __name__ == "__main__":
|
| 39 |
main()
|
| 40 |
|