lotrlol commited on
Commit
2b85a6f
1 Parent(s): 1fb3bc5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -7
main.py CHANGED
@@ -21,13 +21,6 @@ def add_bg_from_local(image_file):
21
  )
22
  add_bg_from_local('background.jpg')
23
 
24
- # Setting up logo
25
- left1, left2, mid,right1, right2 = st.columns(5)
26
- with mid:
27
- st.image("logo.jpg", use_column_width=True)
28
-
29
-
30
-
31
  if 'model' not in st.session_state:
32
  st.session_state.model = 'Model 1'
33
  def update_radio2():
 
21
  )
22
  add_bg_from_local('background.jpg')
23
 
 
 
 
 
 
 
 
24
  if 'model' not in st.session_state:
25
  st.session_state.model = 'Model 1'
26
  def update_radio2():