gabrielaltay commited on
Commit
78872c4
·
verified ·
1 Parent(s): 71013fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ import streamlit as st
5
  dsd = load_dataset("hyperdemocracy/us-congress", "unified_v1")
6
  df = pd.concat([ds.to_pandas() for ds in dsd.values()])
7
 
8
- st.dataframe(df)
 
5
  dsd = load_dataset("hyperdemocracy/us-congress", "unified_v1")
6
  df = pd.concat([ds.to_pandas() for ds in dsd.values()])
7
 
8
+ st.dataframe(df.head(100))