legal-ai-actions / pages /6_πŸ”Ž_Find_Demo.py
Uwais's picture
adding compare demo, style changes
95ba32b
raw
history blame
538 Bytes
import streamlit as st
st.set_page_config(
page_title="Find Demo",
page_icon="πŸ”Ž",
layout="wide",
initial_sidebar_state="expanded",
menu_items={
'Get Help': 'mailto:[email protected]',
'Report a bug': None,
'About': "## This a demo showcasing different Legal AI Actions"
}
)
st.title('πŸ”Ž Find Demo')
st.write("""This demo shows how AI can be used to find relevant information from a collection of texts.""")
st.header("πŸ— This demo is under construction. Please visit back soon.")