Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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.")
|