Spaces:
Sleeping
Sleeping
Update Images
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ st.write("""
|
|
34 |
|
35 |
|
36 |
# Add image
|
37 |
-
image = st.image("
|
38 |
|
39 |
# Get user input
|
40 |
text = st.text_input("Type here:")
|
|
|
34 |
|
35 |
|
36 |
# Add image
|
37 |
+
image = st.image("images.png", width=200)
|
38 |
|
39 |
# Get user input
|
40 |
text = st.text_input("Type here:")
|