thlanza commited on
Commit
da40eea
·
1 Parent(s): ff92bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -1,13 +1,5 @@
1
  import streamlit as st
2
- from st_pages import Page, show_pages, add_page_title
3
-
4
-
5
-
6
-
7
- import streamlit as st
8
-
9
- with st.echo("below"):
10
- from st_pages import Page, add_page_title, show_pages
11
 
12
  "## Declaring the pages in your app:"
13
 
 
1
  import streamlit as st
2
+ from st_pages import Page, add_page_title, show_pages
 
 
 
 
 
 
 
 
3
 
4
  "## Declaring the pages in your app:"
5