Uwais commited on
Commit
c085a6a
β€’
1 Parent(s): 3087373

fix missing import

Browse files
pages/4_πŸ”—_Compare_Demo.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import streamlit as st
2
  import difflib
3
  import spacy
 
1
+ import os
2
+
3
  import streamlit as st
4
  import difflib
5
  import spacy
🏑_Home.py CHANGED
@@ -28,7 +28,7 @@ st.sidebar.success("πŸ‘† Select a demo above.")
28
  st.markdown(
29
  """
30
  Here at simplexico, we've put together a collection of demos showcasing what AI can do in legal.
31
- AI tends go get spoken about in vague terms. We like to think about AI in terms of the specific
32
  **action** it can perform. These demos are meant to cut through all the hype and noise so you can simplify see
33
  for yourself what AI can and can't do.
34
 
 
28
  st.markdown(
29
  """
30
  Here at simplexico, we've put together a collection of demos showcasing what AI can do in legal.
31
+ AI tends to get spoken about in vague terms. We like to think about AI in terms of the specific
32
  **action** it can perform. These demos are meant to cut through all the hype and noise so you can simplify see
33
  for yourself what AI can and can't do.
34