import streamlit as st | |
st.markdown( | |
""" | |
## Core Dump Page Documentation | |
### Overview | |
This script is designed to process and display core dump files. It provides a user-friendly interface for uploading files, processing data, and displaying the results. | |
### Getting Started | |
Upload a core dump file: Use the file uploader to select a core dump file in .txt format. | |
Process the data: Once the file is uploaded, the app will process the data and display the results. | |
Use the "Download icon" in the table to download the processed data. | |
### Data Processed and Display | |
The processed data is displayed in the following format: | |
- Global Cell ID: The global cell ID is displayed in a table format. | |
- LA Cell Name: The LA cell name is displayed in a table format. | |
- WCDMA Service Area Number: The WCDMA service area number is displayed in a table format. | |
- WCDMA Service Area Name: The WCDMA service area name is displayed in a table format. | |
### Troubleshooting | |
1. Error messages: If an error occurs during processing, an error message will be displayed. Please check the file format and contents before trying again. | |
2. File format: Only .txt files are supported. Please convert your file to the correct format before uploading. | |
### Contact | |
If you have any questions or issues with the app, please contact [Dav Melchi] at [davmelchi@gmail.com]. | |
""" | |
) | |