File size: 328 Bytes
fd4a87f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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.
    ''')