Johan713 commited on
Commit
2147d4a
·
verified ·
1 Parent(s): a8e3b21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def load_module(module_name):
41
  return None
42
 
43
  def main():
44
- st.image("https://app.recraft.ai/community?imageId=255d8101-9353-43ce-bd03-0a8a78308dee", use_column_width=True)
45
  st.sidebar.title("S.H.E.R.L.O.C.K. 🕵️")
46
  st.sidebar.markdown("*Study Helper & Educational Resource for Learning & Observational Knowledge*")
47
 
 
41
  return None
42
 
43
  def main():
44
+ st.image("https://img.recraft.ai/q4SOjxKpSDRn84MgK-b48Sk44sYplpopCALgsy3eiTg/rs:fit:1536:1024:0/q:80/g:no/plain/abs://prod/images/255d8101-9353-43ce-bd03-0a8a78308dee@avif", use_column_width=True)
45
  st.sidebar.title("S.H.E.R.L.O.C.K. 🕵️")
46
  st.sidebar.markdown("*Study Helper & Educational Resource for Learning & Observational Knowledge*")
47