Ratnesh Tarakant Pasi
Update app.py
265eba2 unverified
raw
history blame
241 Bytes
import os
os.system("pip install pandas")
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.")