import streamlit as st x = ('Input Values',x) y = ('Input Values',y) st.write(x,y ,'addition is', x + y)