JBHF commited on
Commit
dbab374
·
verified ·
1 Parent(s): 9e0beed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ with tab3:
43
 
44
 
45
  with tab1:
46
- st.header("A cat")
47
- st.image("https://static.streamlit.io/examples/cat.jpg", width=200)
48
 
49
 
50
  # JB:
 
43
 
44
 
45
  with tab1:
46
+ st.header("A cat")
47
+ st.image("https://static.streamlit.io/examples/cat.jpg", width=200)
48
 
49
 
50
  # JB: