To upload files, please first save the app
import streamlit as st
col1, col2, col3 = st.columns([1, 1, 1])
with col2:
st.title('Hello, world!')
with col2:
st.image("https://example.com/image.png") # Replace with your image URL
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?