saritha5 commited on
Commit
36b9547
·
1 Parent(s): e67326c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -18,6 +18,11 @@ def main():
18
 
19
  menu = ["Home","NER"]
20
  choice = st.sidebar.selectbox("Menu", menu)
 
 
 
 
 
21
 
22
  if choice == "Home":
23
  st.subheader("Tokenization")
 
18
 
19
  menu = ["Home","NER"]
20
  choice = st.sidebar.selectbox("Menu", menu)
21
+ with st.sidebar:
22
+ st.write("Sample Text")
23
+ st.text("""Ai-Khanoum (/aɪ ˈhɑːnjuːm/, meaning Lady Moon; Uzbek: Oyxonim) is the archaeological site of a Hellenistic city in Takhar Province, Afghanistan.
24
+ #The city, whose original name is unknown,[a] was probably founded by an early ruler of the Seleucid Empire and served as a military and economic centre for the rulers of the Greco-Bactrian Kingdom until its destruction c. 145 BC.
25
+ #Rediscovered in 1961, the ruins of the city were excavated by a French team of archaeologists until the outbreak of conflict in Afghanistan in the late 1970s. """)
26
 
27
  if choice == "Home":
28
  st.subheader("Tokenization")