Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -305,9 +305,9 @@ show_html2(text, df, labels, "Text annotated with identified Named Entities")
|
|
305 |
|
306 |
try_link="""<a href="https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/3.SparkNLP_Pretrained_Models.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" style="zoom: 1.3" alt="Open In Colab"/></a>"""
|
307 |
st.sidebar.title('')
|
308 |
-
st.sidebar.markdown(
|
309 |
st.sidebar.markdown(try_link, unsafe_allow_html=True)
|
310 |
|
311 |
-
st.sidebar.
|
312 |
- Check Spark NLP in action, including our Spark NLP for Healthcare & Spark OCR demos at [here](https://www.johnsnowlabs.com/spark-nlp-in-action/#)
|
313 |
- Check our 4.4K+ models available in Spark NLP Models Hub [here](https://nlp.johnsnowlabs.com/models)""")
|
|
|
305 |
|
306 |
try_link="""<a href="https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Public/3.SparkNLP_Pretrained_Models.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" style="zoom: 1.3" alt="Open In Colab"/></a>"""
|
307 |
st.sidebar.title('')
|
308 |
+
st.sidebar.markdown("<h1> Try it yourself: </h1>" , unsafe_allow_html=True)
|
309 |
st.sidebar.markdown(try_link, unsafe_allow_html=True)
|
310 |
|
311 |
+
st.sidebar.info("""Want to see more?
|
312 |
- Check Spark NLP in action, including our Spark NLP for Healthcare & Spark OCR demos at [here](https://www.johnsnowlabs.com/spark-nlp-in-action/#)
|
313 |
- Check our 4.4K+ models available in Spark NLP Models Hub [here](https://nlp.johnsnowlabs.com/models)""")
|