File size: 198 Bytes
0e0a1bb |
1 2 3 4 5 6 7 |
import streamlit as st
st.set_page_config(page_title="Coding Questions App", layout="wide")
st.title("Welcome to the Coding Questions App!")
st.write("Use the sidebar to navigate between pages.")
|