I see this while the streamlit page must be empty because i didn’t do anything but setting the page_config;
After that i was looking for the line in my code that is doing this and it was the following line:
extra = []
[extra.append(item.get('href')) for item in quali1]
Can someone explain to me why list items are shown while i haven’t code showing this?
Information:
- App is running locally
- Link to github repo GitHub - Chriver68/F1Streamlit: F1 information data and graphics
- There is no error message
- Streamlit version 1.36.0 and Python version: 3.10.0