awacke1 commited on
Commit
dc88719
Β·
verified Β·
1 Parent(s): b77fa95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -72,6 +72,5 @@ def create_app():
72
  st.write("## πŸ’Œ From My Heart to Yours")
73
  st.table({'From the AI': ['In laughter, find strength πŸ˜‚πŸ’ͺ', 'In memories, find treasure πŸ’–πŸ”', 'In connection, find magic 🌟🀝']})
74
 
75
- # Call the function to create the app
76
- if __name__ == '__main__':
77
- create_app()
 
72
  st.write("## πŸ’Œ From My Heart to Yours")
73
  st.table({'From the AI': ['In laughter, find strength πŸ˜‚πŸ’ͺ', 'In memories, find treasure πŸ’–πŸ”', 'In connection, find magic 🌟🀝']})
74
 
75
+
76
+ create_app()