Spaces:
Runtime error
Runtime error
Commit
·
35a9fc2
1
Parent(s):
28b4830
Update app.py
Browse files
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 |
|