Omkar4141 commited on
Commit
cbdfff8
1 Parent(s): ec4246f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
 
3
- x = st.add('Input Values',x)
4
- y = st.add('Input Values',y)
5
  st.write(x,y ,'addition is', x + y)
 
1
  import streamlit as st
2
 
3
+ x = ('Input Values',x)
4
+ y = ('Input Values',y)
5
  st.write(x,y ,'addition is', x + y)