aemin commited on
Commit
40f4d4d
1 Parent(s): 2925d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ show_html2(text, df, labels, "Text annotated with identified Named Entities")
306
 
307
  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>"""
308
  st.sidebar.title('')
309
- st.sidebar.markdown('Try it yourself:')
310
  st.sidebar.markdown(try_link, unsafe_allow_html=True)
311
 
312
 
 
306
 
307
  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>"""
308
  st.sidebar.title('')
309
+ st.sidebar.markdown('Try it yourself: ')
310
  st.sidebar.markdown(try_link, unsafe_allow_html=True)
311
 
312