Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -413,8 +413,6 @@ else:
|
|
413 |
<Encoder>Admin</Encoder>
|
414 |
</inscription>
|
415 |
|
416 |
-
<!-- Additional inscriptions can be added here -->
|
417 |
-
|
418 |
</epiData>
|
419 |
"""
|
420 |
|
@@ -438,7 +436,7 @@ tabs = st.tabs(["Raw XML", "DataFrame", "Diplomatic Edition", "Editor Edition",
|
|
438 |
# -------------------------------
|
439 |
with tabs[0]:
|
440 |
st.subheader("Raw XML Content")
|
441 |
-
st.
|
442 |
|
443 |
# -------------------------------
|
444 |
# DataFrame Tab
|
|
|
413 |
<Encoder>Admin</Encoder>
|
414 |
</inscription>
|
415 |
|
|
|
|
|
416 |
</epiData>
|
417 |
"""
|
418 |
|
|
|
436 |
# -------------------------------
|
437 |
with tabs[0]:
|
438 |
st.subheader("Raw XML Content")
|
439 |
+
st.container("XML Content", inscriptions_content, height=600)
|
440 |
|
441 |
# -------------------------------
|
442 |
# DataFrame Tab
|