Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if __name__ == '__main__':
|
|
47 |
st.write("""
|
48 |
For a detailed information on Entity Label please look through our the file
|
49 |
""")
|
50 |
-
url = 'https://huggingface.co/spaces/ThirdEyeData/Entity-Extraction/blob/main/entity
|
51 |
|
52 |
st.markdown(f'''
|
53 |
<a href={url}><button style="background-color: #668F45;">Entity Label</button></a>
|
|
|
47 |
st.write("""
|
48 |
For a detailed information on Entity Label please look through our the file
|
49 |
""")
|
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>
|