Skip to content

Commit

Permalink
set also exapnd to False
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Feb 2, 2024
1 parent 2391d7f commit 8bb3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main(det_archs, reco_archs):

# Display JSON
st.markdown("\nHere are your analysis results in JSON format:")
st.json(page_export)
st.json(page_export, expanded=False)


if __name__ == "__main__":
Expand Down

0 comments on commit 8bb3bb5

Please sign in to comment.