Spaces:
Runtime error
Runtime error
Commit
·
653e3d0
1
Parent(s):
0255b97
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,8 @@ def main():
|
|
61 |
|
62 |
# Display the output
|
63 |
st.subheader("Processed Output:")
|
64 |
-
st.write({diabetic_user})
|
65 |
-
st.write({cancer_user})
|
66 |
|
67 |
if __name__ == "__main__":
|
68 |
main()
|
|
|
61 |
|
62 |
# Display the output
|
63 |
st.subheader("Processed Output:")
|
64 |
+
st.write(f"{diabetic_user}")
|
65 |
+
st.write(f"{cancer_user}")
|
66 |
|
67 |
if __name__ == "__main__":
|
68 |
main()
|