Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ with tab3:
|
|
43 |
|
44 |
|
45 |
with tab1:
|
46 |
-
|
47 |
-
|
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:
|