Genai / app.py
Omkar4141's picture
Update app.py
cbdfff8 verified
raw
history blame contribute delete
106 Bytes
import streamlit as st
x = ('Input Values',x)
y = ('Input Values',y)
st.write(x,y ,'addition is', x + y)