File size: 375 Bytes
9d74818
db51ee5
9d74818
 
dbc9203
 
9d74818
dbc9203
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from datasets import load_dataset
import pandas as pd
import streamlit as st

#dsd = load_dataset("hyperdemocracy/us-congress", "unified_v1")
#df = pd.concat([ds.to_pandas() for ds in dsd.values()])

openai_api_key = st.text_input(label = ":key: OpenAI Key:", help="Required for ChatGPT-4, ChatGPT-3.5, GPT-3, GPT-3.5 Instruct.",type="password")


#st.dataframe(df.head(100))