Update app.py
Browse files
app.py
CHANGED
|
@@ -4,3 +4,4 @@ import streamlit as st
|
|
| 4 |
st.set_page_config(page_title="My Multi-Page App", page_icon=":rocket:", layout="wide")
|
| 5 |
|
| 6 |
# The actual navigation and page content are handled by Streamlit's automatic page discovery
|
|
|
|
|
|
| 4 |
st.set_page_config(page_title="My Multi-Page App", page_icon=":rocket:", layout="wide")
|
| 5 |
|
| 6 |
# The actual navigation and page content are handled by Streamlit's automatic page discovery
|
| 7 |
+
st.write("App!")
|