hanbin commited on
Commit
311501a
1 Parent(s): d6e0d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
 
34
  with c1:
35
  st.image(
36
- "images/panda.png",
37
  width=100,
38
  )
39
 
@@ -46,7 +46,7 @@ def main():
46
 
47
  ############ SIDEBAR CONTENT ############
48
 
49
- st.sidebar.image("images/panda.png",width=270)
50
 
51
  st.sidebar.markdown("---")
52
 
 
33
 
34
  with c1:
35
  st.image(
36
+ "./panda.png",
37
  width=100,
38
  )
39
 
 
46
 
47
  ############ SIDEBAR CONTENT ############
48
 
49
+ st.sidebar.image("./panda.png",width=270)
50
 
51
  st.sidebar.markdown("---")
52