Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,9 @@ import numpy as np
|
|
| 4 |
st.header("Do Your Calculation with Ease....!")
|
| 5 |
with st.container():
|
| 6 |
st.write("Enter Calculation")
|
| 7 |
-
inpt=st.
|
| 8 |
st.button("1") st.button("2") st.button("3")
|
| 9 |
st.button("4") st.button("5") st.button("6")
|
| 10 |
st.button("7") st.button("8") st.button("9")
|
| 11 |
st.button("0")
|
| 12 |
|
| 13 |
-
st.write("This is outside the container")
|
|
|
|
| 4 |
st.header("Do Your Calculation with Ease....!")
|
| 5 |
with st.container():
|
| 6 |
st.write("Enter Calculation")
|
| 7 |
+
inpt=st.text_input("Enter")
|
| 8 |
st.button("1") st.button("2") st.button("3")
|
| 9 |
st.button("4") st.button("5") st.button("6")
|
| 10 |
st.button("7") st.button("8") st.button("9")
|
| 11 |
st.button("0")
|
| 12 |
|
|
|