vatmuri commited on
Commit
f4a985e
1 Parent(s): 89d395c

minor changes

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app.py CHANGED
@@ -144,7 +144,7 @@ with tab1:
144
 
145
  st.write("---")
146
  else:
147
-
148
  with col1:
149
  st.subheader("Upload receipt instead")
150
  uploaded_file = st.file_uploader("Choose a receipt file", type=["jpg", "jpeg", "png"])
 
144
 
145
  st.write("---")
146
  else:
147
+ session_state.file_uploaded = False
148
  with col1:
149
  st.subheader("Upload receipt instead")
150
  uploaded_file = st.file_uploader("Choose a receipt file", type=["jpg", "jpeg", "png"])