Sk4467 commited on
Commit
e316782
1 Parent(s): 1e388d0

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)