saritha5 commited on
Commit
f6c90a8
·
1 Parent(s): 746ab64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ For a detailed information on Entity Label please look through our the file
50
  url = 'https://huggingface.co/spaces/ThirdEyeData/Entity-Extraction/blob/main/entity.md'
51
 
52
  st.markdown(f'''
53
- <a href={url}><button style="background-color: #668F45;">Entity Label</button></a>
54
  ''',
55
  unsafe_allow_html=True)
56
 
 
50
  url = 'https://huggingface.co/spaces/ThirdEyeData/Entity-Extraction/blob/main/entity.md'
51
 
52
  st.markdown(f'''
53
+ <a href={url}><button style="background-color: #668F45;">Extract Entities</button></a>
54
  ''',
55
  unsafe_allow_html=True)
56