Not getting the contents displayed

Hello Streamlit Community!
I am a newbie just installed streamlit and was just trying to execute a basic code with streamlit but the desired output is not being displayed.

My Code is here
import streamlit as st

from predict import prediction

string = “Salary predictor”

st.set_page_config(page_title=string, page_icon=“:joy:”)

Hi @Ankit_Singh1,

Thanks for posting!

Can you share a screenshot of what is being displayed?

Caroline :balloon:

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