Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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;">
|
| 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 |
|