Spaces:
Sleeping
Sleeping
Remove defuncted Streamlit multi-page app.
Browse files
app.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
|
3 |
-
pg = st.navigation([
|
4 |
-
st.Page("app/streamlit_sample_generator.py", title="Sample Generator", icon=":material/text_snippet:"),
|
5 |
-
st.Page("app/streamlit_meta_prompt.py", title="Meta Prompt", icon=":material/auto_fix_high:"),
|
6 |
-
])
|
7 |
-
|
8 |
-
pg.run()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|