deepakchawla-cb commited on
Commit
cb334de
·
1 Parent(s): b8d8ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -60,7 +60,11 @@ def main():
60
 
61
  # Display the output
62
  st.subheader("Processed Output:")
 
 
63
  st.write(f"{insurance_user}")
 
 
64
  st.write(f"{sports_user}")
65
 
66
  if __name__ == "__main__":
 
60
 
61
  # Display the output
62
  st.subheader("Processed Output:")
63
+ st.title("Insurance User")
64
+
65
  st.write(f"{insurance_user}")
66
+ st.title("Sports User")
67
+
68
  st.write(f"{sports_user}")
69
 
70
  if __name__ == "__main__":