ratneshpasi03's picture
Add coding questions, answers, and execution functionality with Streamlit interface
1d01073
raw
history blame
197 Bytes
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.")