DavMelchi commited on
Commit
5d12505
·
1 Parent(s): b29ed17

update asset

Browse files
apps/kpi_analysis/wcel_capacity.py CHANGED
@@ -27,20 +27,12 @@ with doc_col:
27
  )
28
 
29
  with image_col:
30
- st.image("./assets/wbts_capacity.png", width=400)
31
 
32
  uploaded_file = st.file_uploader(
33
  "Upload WCEL capacity report in CSV format", type="csv"
34
  )
35
 
36
- # num_last_days
37
- # num_threshold_days
38
- # availability_threshold
39
- # iub_frameloss_threshold
40
- # hsdpa_congestion_rate_iub_threshold
41
- # fails_treshold
42
-
43
-
44
  param_col1, param_col2, param_col3 = st.columns(3)
45
  param_col4, param_col5, param_col6 = st.columns(3)
46
 
 
27
  )
28
 
29
  with image_col:
30
+ st.image("./assets/wcel_capacity.png", width=400)
31
 
32
  uploaded_file = st.file_uploader(
33
  "Upload WCEL capacity report in CSV format", type="csv"
34
  )
35
 
 
 
 
 
 
 
 
 
36
  param_col1, param_col2, param_col3 = st.columns(3)
37
  param_col4, param_col5, param_col6 = st.columns(3)
38
 
assets/gsm_capacity.png CHANGED
assets/lte_capacity.png CHANGED
assets/wbts_capacity.png CHANGED
assets/wcel_capacity.png ADDED