Spaces:
Sleeping
Sleeping
gabrielaltay
commited on
Commit
•
db51ee5
1
Parent(s):
ee5790d
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from datasets import load_dataset
|
|
|
2 |
import streamlit as st
|
3 |
|
4 |
dsd = load_dataset("hyperdemocracy/us-congress", "unified_v1")
|
|
|
1 |
from datasets import load_dataset
|
2 |
+
import pandas as pd
|
3 |
import streamlit as st
|
4 |
|
5 |
dsd = load_dataset("hyperdemocracy/us-congress", "unified_v1")
|