Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,9 @@ def main():
|
|
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 |
-
|
25 |
-
|
|
|
26 |
|
27 |
if choice == "Home":
|
28 |
st.subheader("Tokenization")
|
|
|
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
|
25 |
+
the rulers of the Greco-Bactrian Kingdom until its destruction c. 145 BC. Rediscovered in 1961, the ruins of the city were excavated by a French team of
|
26 |
+
archaeologists until the outbreak of conflict in Afghanistan in the late 1970s. """)
|
27 |
|
28 |
if choice == "Home":
|
29 |
st.subheader("Tokenization")
|