chat_with_bill / app.py
gabrielaltay's picture
Update app.py
dbc9203 verified
raw
history blame
375 Bytes
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))