Spaces:
Build error
Build error
reshinthadith
commited on
Commit
•
f9173b6
1
Parent(s):
5034b4e
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ def load_page(split):
|
|
41 |
meta = data["meta"]
|
42 |
with st.expander("Render Content"):
|
43 |
st.write(content)
|
44 |
-
st.
|
|
|
45 |
st.write("### Meta:")
|
46 |
st.write(ast.literal_eval(meta))
|
47 |
# Tokenizer-related count
|
|
|
41 |
meta = data["meta"]
|
42 |
with st.expander("Render Content"):
|
43 |
st.write(content)
|
44 |
+
with st.expander("Render Content"):
|
45 |
+
st.text(content)
|
46 |
st.write("### Meta:")
|
47 |
st.write(ast.literal_eval(meta))
|
48 |
# Tokenizer-related count
|