Spaces:
Runtime error
Runtime error
fix missing import
Browse files- pages/4_π_Compare_Demo.py +2 -0
- π‘_Home.py +1 -1
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
|
| 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 |
|