Spaces:
Sleeping
Sleeping
| 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. | |
| ''') |