Spaces:
GIZ
/
Running on CPU Upgrade

peter2000 commited on
Commit
1346116
1 Parent(s): 4b3b914

Update appStore/sdg_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py CHANGED
@@ -199,7 +199,7 @@ def app():
199
  with c5:
200
  st.pyplot(fig)
201
 
202
- c7, c8, c9 = st.columns([1, 5, 1])
203
  with c8:
204
  st.table(df)
205
 
 
199
  with c5:
200
  st.pyplot(fig)
201
 
202
+ c7, c8, c9 = st.columns([1, 10, 1])
203
  with c8:
204
  st.table(df)
205