lcg image width update
Browse files
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=
|
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 |
|