Hi there!
I am having this problem with my deployed app.
StreamlitAPIException: Invalid file extension: `.dec`. Allowed: ['.lev', '.cor',
'.raw', '.dec', '.lev', '.cor', '.raw', '.dec']
I really dont know where I got it wrong. It works perfectly when deployed offline.
Please access the source code here: GitHub - junealexis13/tideHunter: tideHunter - App for Processing NAMRIA and WXTide dataset
The uploader was handled in page_design.py while the accepted Formats are stored in an enum class
class Lists(Enum):
ACCEPTED_UPLOAD_FORMATS = ['lev', 'cor', 'raw', 'dec', 'LEV', 'COR', 'RAW', 'DEC']