odulcy-mindee commited on
Commit
92af12f
1 Parent(s): 4eb7c20

Do not expand json by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main(det_archs, reco_archs):
102
 
103
  # Display JSON
104
  st.markdown("\nHere are your analysis results in JSON format:")
105
- st.json(page_export)
106
 
107
 
108
  if __name__ == "__main__":
102
 
103
  # Display JSON
104
  st.markdown("\nHere are your analysis results in JSON format:")
105
+ st.json(page_export, expanded=False)
106
 
107
 
108
  if __name__ == "__main__":