import streamlit as st import pandas as pd df = pd.read_csv("exams.csv") st.dataframe(df)