ankanghosh commited on
Commit
391d9c8
·
verified ·
1 Parent(s): fe7e3a1

Delete Home.py

Browse files
Files changed (1) hide show
  1. pages/Home.py +0 -10
pages/Home.py DELETED
@@ -1,10 +0,0 @@
1
- import streamlit as st
2
-
3
- # FIRST: Set page config before ANY other Streamlit command
4
- st.set_page_config(page_title="Spirituality Q&A", page_icon="🕉️")
5
-
6
- # Import and run the main app code
7
- from app import run_app
8
-
9
- # Execute the app
10
- run_app()