Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniagung authored Feb 4, 2023
1 parent 162c70b commit e2a19d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def main():
PetalLengthCm = st.sidebar.number_input(label="Petal Length (cm)", step=1., format="%.1f")
PetalWidthCm = st.sidebar.number_input(label="Petal Width (cm)", step=1., format="%.1f")
result =""

st.sidebar.write('\n')
st.sidebar.write('\n')

st.write('\n')
if st.button("PINDAI SPESIES"):
Expand Down

0 comments on commit e2a19d9

Please sign in to comment.