Showing list items while only the page config is set and i expect a blanc page

I see this while the streamlit page must be empty because i didn’t do anything but setting the page_config;
list items

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:

  1. App is running locally
  2. Link to github repo GitHub - Chriver68/F1Streamlit: F1 information data and graphics
  3. There is no error message
  4. Streamlit version 1.36.0 and Python version: 3.10.0

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.