harmdevries commited on
Commit
35a9fc2
·
1 Parent(s): 28b4830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- def number_field(label, **kwargs)
4
  c1, c2 = st.columns([2, 4])
5
  c1.write(label)
6
 
 
1
  import streamlit as st
2
 
3
+ def number_field(label, **kwargs):
4
  c1, c2 = st.columns([2, 4])
5
  c1.write(label)
6