ricklon commited on
Commit
3fad108
·
verified ·
1 Parent(s): 4bd7bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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!")