Zhonathon commited on
Commit
ecb942d
1 Parent(s): 2b12276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def storex(x):
10
 
11
  x = st.text_input('1','2')
12
  x = int(x)
 
13
  st.write(x)
14
  st.write(count)
15
 
 
10
 
11
  x = st.text_input('1','2')
12
  x = int(x)
13
+ x = storex(x)
14
  st.write(x)
15
  st.write(count)
16