Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,12 @@ def app():
|
|
34 |
st.write("""
|
35 |
The Freedom of Information Act (FOIA) empowers individuals by granting access to previously unreleased information and documents controlled by the United States government. Championing transparency and accountability, FOIA serves as a foundation for democratic engagement and open government initiatives. πβ¨
|
36 |
Below is a list of datasets available under FOIA, alongside guessed Wikipedia URLs for more information. ππ
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
""")
|
38 |
|
39 |
# Example datasets under FOIA
|
|
|
34 |
st.write("""
|
35 |
The Freedom of Information Act (FOIA) empowers individuals by granting access to previously unreleased information and documents controlled by the United States government. Championing transparency and accountability, FOIA serves as a foundation for democratic engagement and open government initiatives. πβ¨
|
36 |
Below is a list of datasets available under FOIA, alongside guessed Wikipedia URLs for more information. ππ
|
37 |
+
|
38 |
+
# (FOIA.Gov)[https://www.foia.gov/foia-dataset-download.html]
|
39 |
+
|
40 |
+
# (Data.Gov)[https://catalog.data.gov/dataset?tags=foia]
|
41 |
+
|
42 |
+
|
43 |
""")
|
44 |
|
45 |
# Example datasets under FOIA
|