Hey @Vivika_Martini,
First, Welcome to the Streamlit community!!!

Can you post your code in a code snippet like this:
import streamlit as st
st.write("A Code Snippet")
You can do this by using 3 backticks (```) on a new line and finishing your code with 3 backticks.
This will allow me to copy your code exactly and try it out on my own computer, so I can try to help you with your question!
Happy Streamlit-ing!
Marisa