Sreeja6600 commited on
Commit
fb3b828
·
verified ·
1 Parent(s): 149028a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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.input_text("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
 
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