Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,17 @@ archaeologists until the outbreak of conflict in Afghanistan in the late 1970s.
|
|
| 43 |
if __name__ == '__main__':
|
| 44 |
main()
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
st.write("""
|
| 47 |
For a detailed description please look through our Documentation
|
| 48 |
""")
|
|
|
|
| 43 |
if __name__ == '__main__':
|
| 44 |
main()
|
| 45 |
|
| 46 |
+
|
| 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%20table.docx'
|
| 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 |
+
|
| 57 |
st.write("""
|
| 58 |
For a detailed description please look through our Documentation
|
| 59 |
""")
|