Spaces:
Build error
Build error
| beam-analysis-app/ | |
| β | |
| βββ app.py # Main Streamlit app code | |
| βββ requirements.txt # List of dependencies | |
| βββ assets/ # Folder to store logo image | |
| β βββ logo.png # ABABEEL logo image | |
| βββ utils/ # Helper functions for beam analysis | |
| βββ __init__.py # Empty file to make utils a package | |
| βββ beam_analysis.py # Beam analysis calculations and plotting | |