Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,18 @@ archaeologists until the outbreak of conflict in Afghanistan in the late 1970s.
|
|
46 |
if __name__ == '__main__':
|
47 |
main()
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
#def prediction(raw_text):
|
51 |
#text1= NER(raw_text)
|
|
|
46 |
if __name__ == '__main__':
|
47 |
main()
|
48 |
|
49 |
+
st.write("""
|
50 |
+
For a detailed description please look through our Documentation
|
51 |
+
""")
|
52 |
+
|
53 |
+
url = 'https://huggingface.co/spaces/ThirdEyeData/Retail-Anomaly/blob/main/README.md'
|
54 |
+
|
55 |
+
st.markdown(f'''
|
56 |
+
<a href={url}><button style="background-color: #668F45;">Documentation</button></a>
|
57 |
+
''',
|
58 |
+
unsafe_allow_html=True)
|
59 |
+
|
60 |
+
|
61 |
|
62 |
#def prediction(raw_text):
|
63 |
#text1= NER(raw_text)
|