yaleh commited on
Commit
6c4154c
·
1 Parent(s): 520e2af

Remove defuncted Streamlit multi-page app.

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