aemin commited on
Commit
04fae7a
1 Parent(s): c89faf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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('Try it yourself:')
309
  st.sidebar.markdown(try_link, unsafe_allow_html=True)
310
 
311
- st.sidebar.markdown("""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)""")
 
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)""")