File size: 90 Bytes
d91ba4f
 
 
 
 
1
2
3
4
5
import streamlit as st
import pandas as pd

df = pd.read_csv("exams.csv")
st.dataframe(df)