File size: 106 Bytes
e340dd9
 
cbdfff8
 
5b7ab0a
1
2
3
4
5
6
import streamlit as st

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