DavMelchi commited on
Commit
888f6ab
·
1 Parent(s): 1342441

lcg image width update

Browse files
Files changed (1) hide show
  1. apps/kpi_analysis/lcg_analysis.py +1 -1
apps/kpi_analysis/lcg_analysis.py CHANGED
@@ -28,7 +28,7 @@ with doc_col:
28
  )
29
 
30
  with image_col:
31
- st.image("./assets/lcg_analysis.png", width=400)
32
 
33
  uploaded_file = st.file_uploader("Upload LCG report in CSV format", type="csv")
34
 
 
28
  )
29
 
30
  with image_col:
31
+ st.image("./assets/lcg_analysis.png", width=250)
32
 
33
  uploaded_file = st.file_uploader("Upload LCG report in CSV format", type="csv")
34