Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def main():
|
|
122 |
"metadata": metadata
|
123 |
}
|
124 |
|
125 |
-
json_string = json.dumps(output_data, indent=2)
|
126 |
# Display the combined data as JSON
|
127 |
st.subheader("Link Result")
|
128 |
st.json(json_string)
|
|
|
122 |
"metadata": metadata
|
123 |
}
|
124 |
|
125 |
+
json_string = json.dumps(output_data, indent=2,ensure_ascii=False)
|
126 |
# Display the combined data as JSON
|
127 |
st.subheader("Link Result")
|
128 |
st.json(json_string)
|