zamborg commited on
Commit
b2a989a
·
1 Parent(s): 02c1c03

removed sidebar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ st.sidebar.markdown(
46
  Share your results on twitter with #redcaps or with a friend*.
47
  """
48
  )
49
- st.sidebar.markdown(footer,unsafe_allow_html=True)
50
 
51
  with st.spinner("Loading Model"):
52
  virtexModel, imageLoader, sample_images, valid_subs = create_objects()
 
46
  Share your results on twitter with #redcaps or with a friend*.
47
  """
48
  )
49
+ st.markdown(footer,unsafe_allow_html=True)
50
 
51
  with st.spinner("Loading Model"):
52
  virtexModel, imageLoader, sample_images, valid_subs = create_objects()