Uwais commited on
Commit
e049ce9
β€’
1 Parent(s): 1b24396

small updates

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 🏑_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, use_column_width=True)
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?