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=“”)