File size: 524 Bytes
95ba32b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import streamlit as st

st.set_page_config(
    page_title="Organise Demo",
    page_icon="πŸ—‚",
    layout="wide",
    initial_sidebar_state="expanded",
    menu_items={
        'Get Help': 'mailto:hello@simplexico.ai',
        'Report a bug': None,
        'About': "## This a demo showcasing different Legal AI Actions"
    }
)

st.title('πŸ—‚ Organise Demo')
st.write("""This demo shows how AI can be used to organise a collection of texts.""")
st.header("πŸ— This demo is under construction. Please visit back soon.")