Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
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 |
-
|
6 |
show_pages(
|
7 |
[
|
8 |
Page("app.py", "Home", "🏠"),
|
|
|
1 |
import streamlit as st
|
2 |
from st_pages import Page, add_page_title, show_pages
|
3 |
|
|
|
|
|
4 |
show_pages(
|
5 |
[
|
6 |
Page("app.py", "Home", "🏠"),
|