georad commited on
Commit
01a722f
·
verified ·
1 Parent(s): 23d11d4

Update app.py

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