Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
small updates
Browse files- README.md +1 -1
- π‘_Home.py +3 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Legal AI Action Demos
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: docker
|
|
|
1 |
---
|
2 |
title: Legal AI Action Demos
|
3 |
+
emoji: π§ββοΈ
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: docker
|
π‘_Home.py
CHANGED
@@ -7,7 +7,7 @@ st.set_page_config(
|
|
7 |
)
|
8 |
|
9 |
image = Image.open('logo.png')
|
10 |
-
st.image(image,
|
11 |
|
12 |
st.write("# Welcome to the Legal AI Action Demos from simplexico! π")
|
13 |
|
@@ -24,7 +24,7 @@ st.markdown(
|
|
24 |
Here you will find demos for the most common Legal AI Actions including:
|
25 |
- π· **Label** - Using AI to **label** text
|
26 |
- β **Extract** - Using AI to **extract** information from text
|
27 |
-
- π **Compare** - Using AI to **compare** passages of text
|
28 |
|
29 |
**π Select a demo from the sidebar** to see some examples of what Legal AI can do!
|
30 |
|
@@ -46,6 +46,7 @@ st.markdown(
|
|
46 |
legal professionals step into a future of collaboration with AI.
|
47 |
We have the Legal AI Chefs π©βπ³ and recipes π.
|
48 |
You have the ingredients π₯ (data).
|
|
|
49 |
Let's work together to tailor some yummy Legal AI meals just for your taste π₯§!
|
50 |
|
51 |
### Want to learn more?
|
|
|
7 |
)
|
8 |
|
9 |
image = Image.open('logo.png')
|
10 |
+
st.image(image, width=250)
|
11 |
|
12 |
st.write("# Welcome to the Legal AI Action Demos from simplexico! π")
|
13 |
|
|
|
24 |
Here you will find demos for the most common Legal AI Actions including:
|
25 |
- π· **Label** - Using AI to **label** text
|
26 |
- β **Extract** - Using AI to **extract** information from text
|
27 |
+
- π **Compare** - Using AI to **compare** passages of text
|
28 |
|
29 |
**π Select a demo from the sidebar** to see some examples of what Legal AI can do!
|
30 |
|
|
|
46 |
legal professionals step into a future of collaboration with AI.
|
47 |
We have the Legal AI Chefs π©βπ³ and recipes π.
|
48 |
You have the ingredients π₯ (data).
|
49 |
+
|
50 |
Let's work together to tailor some yummy Legal AI meals just for your taste π₯§!
|
51 |
|
52 |
### Want to learn more?
|