
Remove pandas installation from app.py and add pandas, numpy, and streamlit to requirements.txt
5fb7082
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.") | |