FerdinandPyCode commited on
Commit
f13d6a7
·
1 Parent(s): fab386f

json formatted

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ if st.button("Lancer l'analyse"):
85
 
86
  # Display the results in formatted JSON
87
  st.subheader("Résultats de l'analyse")
88
- st.json(result)
89
 
90
  except Exception as e:
91
  logging.error(f"Error during analysis: {e}")
 
85
 
86
  # Display the results in formatted JSON
87
  st.subheader("Résultats de l'analyse")
88
+ st.json(result, expanded=True)
89
 
90
  except Exception as e:
91
  logging.error(f"Error during analysis: {e}")