Maria Tsilimos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ expander.write('''
|
|
65 |
8. **Online presence**: URL, usernames, and passwords
|
66 |
|
67 |
9. **Other sensitive data**: SSN, vehicle VIN and VRM, phone IMEI, and nearby GPS coordinates
|
|
|
68 |
Results are presented in an easy-to-read table, visualized in an interactive tree map, pie chart, and bar chart, and are available for download along with a Glossary of tags.
|
69 |
|
70 |
**How to Use:**
|
@@ -242,3 +243,4 @@ if st.button("Results"):
|
|
242 |
|
243 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
244 |
|
|
|
|
65 |
8. **Online presence**: URL, usernames, and passwords
|
66 |
|
67 |
9. **Other sensitive data**: SSN, vehicle VIN and VRM, phone IMEI, and nearby GPS coordinates
|
68 |
+
|
69 |
Results are presented in an easy-to-read table, visualized in an interactive tree map, pie chart, and bar chart, and are available for download along with a Glossary of tags.
|
70 |
|
71 |
**How to Use:**
|
|
|
243 |
|
244 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
245 |
|
246 |
+
|