Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
4d353b8
·
1 Parent(s): dfb1035

changing column width

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py CHANGED
@@ -84,7 +84,7 @@ def app():
84
  st.write("")
85
  st.write("")
86
  st.markdown("Some runtime metrics tested with cpu: Intel(R) Xeon(R) CPU @ 2.20GHz, memory: 13GB")
87
- col1,col2,col3,col4 = st.columns(4)
88
  with col1:
89
  st.caption("Loading Time Classifier")
90
  st.write("12 sec")
 
84
  st.write("")
85
  st.write("")
86
  st.markdown("Some runtime metrics tested with cpu: Intel(R) Xeon(R) CPU @ 2.20GHz, memory: 13GB")
87
+ col1,col2,col3,col4 = st.columns([1,1,2,2])
88
  with col1:
89
  st.caption("Loading Time Classifier")
90
  st.write("12 sec")