Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
5 |
st.sidebar.title("SBS V2.0 Mapper")
|
6 |
st.sidebar.subheader("(work in progress)")
|
7 |
-
st.sidebar.text("
|
8 |
|
9 |
# --- PAGE SETUP ---
|
10 |
type_text_page = st.Page(
|
|
|
4 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
5 |
st.sidebar.title("SBS V2.0 Mapper")
|
6 |
st.sidebar.subheader("(work in progress)")
|
7 |
+
st.sidebar.text("Demo by JA-RAD")
|
8 |
|
9 |
# --- PAGE SETUP ---
|
10 |
type_text_page = st.Page(
|