chatbot-model-bills / src /components /render_heading.py
penguinsfly's picture
reorganize into component files, add info, and add pca plot
fd4a87f verified
raw
history blame contribute delete
328 Bytes
import streamlit as st
def render():
st.set_page_config(layout="wide")
st.title('Chatbot model bills')
st.markdown('''
The following analyzes a set of bills from Legiscan and compares raw texts against select model bills.
Note that these are still very experimentall. Contact if there is any issue.
''')