qanastek commited on
Commit
6a55033
·
1 Parent(s): 091b77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -3,9 +3,8 @@ import sentencepiece
3
  import streamlit as st
4
  import pandas as pd
5
 
6
- text_1 = "ddd"
7
-
8
- text_2 = """ddd"""
9
 
10
  st.title("Demo for Biomedical POS Tagging in French with DrBERT")
11
  st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")
 
3
  import streamlit as st
4
  import pandas as pd
5
 
6
+ text_1 = "Patiente atteinte d’une pathologie chronique"
7
+ text_2 = "Vous êtes amené à prendre en charge un homme de 54 ans qui souffre d’une spondylarthrite ankylosante sévère."
 
8
 
9
  st.title("Demo for Biomedical POS Tagging in French with DrBERT")
10
  st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")