Student feedback form/CRUD app

Hey @Vivika_Martini,

First, Welcome to the Streamlit community!!! :partying_face: :tada: :tada: :partying_face: :partying_face: :tada: :partying_face: :tada:

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

2 Likes