-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Clicking on a link in the "About" or "Description" section of the Streamlit app leads to a FileNotFoundError. The error message states that the file df2020.csv could not be found, causing the application to crash.
Steps to Reproduce :-
- Open the Streamlit app.
- Navigate to the "About" or "Description" section.
- Click on the provided link.
- Observe the error message.
Expected Behavior
The app should successfully navigate or display the intended functionality without encountering any errors.
Actual Behavior
The app crashes with the following error:
FileNotFoundError: This app has encountered an error.
Traceback (highlighted in the attached image):
- File "home.py", line 28, in
df = load_data('df2020.csv')
Screenshots :-
Add ScreenShots
No response
What browsers are you seeing the problem on?
No response
Record
- I agree to follow this project's Code of Conduct
- I'm a GSSOC contributor
- I want to work on this issue
- I'm willing to provide further clarification or assistance if needed.
Metadata
Metadata
Assignees
Labels
No labels