Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ st.write("""
|
|
50 |
For a detailed description please look through our Documentation
|
51 |
""")
|
52 |
|
53 |
-
url = 'https://huggingface.co/spaces/ThirdEyeData/
|
54 |
|
55 |
st.markdown(f'''
|
56 |
<a href={url}><button style="background-color: #668F45;">Documentation</button></a>
|
|
|
50 |
For a detailed description please look through our Documentation
|
51 |
""")
|
52 |
|
53 |
+
url = 'https://huggingface.co/spaces/ThirdEyeData/Entity-Extraction/blob/main/README.md'
|
54 |
|
55 |
st.markdown(f'''
|
56 |
<a href={url}><button style="background-color: #668F45;">Documentation</button></a>
|