Randi-Palguna commited on
Commit
06c19dc
·
1 Parent(s): 49982e9

fix: edit app py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -110,7 +110,7 @@ if 'system_method' not in st.session_state:
110
  if st.session_state.step == 1:
111
  st.divider()
112
  st.subheader("Langkah 1: Unggah Gambar Padi")
113
- uploaded_file = st.file_uploader(type=["jpg", "png", "jpeg"])
114
 
115
  if uploaded_file is not None:
116
  image = Image.open(uploaded_file)
 
110
  if st.session_state.step == 1:
111
  st.divider()
112
  st.subheader("Langkah 1: Unggah Gambar Padi")
113
+ uploaded_file = st.file_uploader("Unggah Gambar", type=["jpg", "png", "jpeg"])
114
 
115
  if uploaded_file is not None:
116
  image = Image.open(uploaded_file)