leavoigt commited on
Commit
501e1bb
1 Parent(s): 27a4df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ fostering a more sustainable and inclusive society as we navigate the challenges
14
  references to vulnerable groups, for example when talking about policy documents.""")
15
 
16
  # Document upload
17
- uploaded_file = st.file_uploader(label, type=None, accept_multiple_files=False, key=None, help=None, on_change=None, args=None, kwargs=None, *, disabled=False, label_visibility="visible")
18
 
19
  # Create text input box
20
  #input_text = st.text_area(label='Please enter your text here', value="This policy has been implemented to support women.")
 
14
  references to vulnerable groups, for example when talking about policy documents.""")
15
 
16
  # Document upload
17
+ uploaded_file = st.file_uploader("Upload your file here")
18
 
19
  # Create text input box
20
  #input_text = st.text_area(label='Please enter your text here', value="This policy has been implemented to support women.")