DavMelchi commited on
Commit
e577a2e
·
1 Parent(s): 065e7ec

adding image width

Browse files
Files changed (1) hide show
  1. apps/kpi_analysis/wbts_capacty.py +1 -1
apps/kpi_analysis/wbts_capacty.py CHANGED
@@ -24,7 +24,7 @@ with doc_col:
24
  )
25
 
26
  with image_col:
27
- st.image("./assets/wbts_capacity.png")
28
 
29
  uploaded_file = st.file_uploader(
30
  "Upload WBTS capacity report in CSV format", type="csv"
 
24
  )
25
 
26
  with image_col:
27
+ st.image("./assets/wbts_capacity.png", width=400)
28
 
29
  uploaded_file = st.file_uploader(
30
  "Upload WBTS capacity report in CSV format", type="csv"