Update app.py
Browse files
app.py
CHANGED
@@ -1,24 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
def runningToggle(bool):
|
4 |
-
if bool == True:
|
5 |
-
hide_streamlit_style = """"
|
6 |
-
<style>
|
7 |
-
div[class='css-4z1n4l ehezqtx5']{
|
8 |
-
background: rgba(0, 0, 0, 0.3);https://huggingface.co/spaces/georad/sbsmapper
|
9 |
-
color: #fff;
|
10 |
-
border-radius: 15 ;
|
11 |
-
height: 40 ;
|
12 |
-
max-width: 160 ;
|
13 |
-
position: fixed;
|
14 |
-
top: 50%;
|
15 |
-
left: 50%;
|
16 |
-
transform: translate(-50%, -50%);
|
17 |
-
width: 50%;
|
18 |
-
}
|
19 |
-
</style>
|
20 |
-
"""
|
21 |
-
|
22 |
# --- SHARED ON ALL PAGES ---
|
23 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
24 |
st.sidebar.title("SBS V2.0 Mapper")
|
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
# --- SHARED ON ALL PAGES ---
|
4 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
5 |
st.sidebar.title("SBS V2.0 Mapper")
|