ESMATUGBA commited on
Commit
925bb7a
·
verified ·
1 Parent(s): 3f5698f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -70,7 +70,7 @@ st.divider()
70
  col1, col2 = st.columns(2)
71
 
72
  with col1:
73
- st.subheader("📊 GDP vs CO2 (Interactive)")
74
  fig_scatter = px.scatter(df, x="GDP", y="CO2",
75
  color="GDP_LEVEL",
76
  hover_name="COUNTRY",
 
70
  col1, col2 = st.columns(2)
71
 
72
  with col1:
73
+ st.subheader("📊 GDP vs CO2 (Interactive) /GSYİH ve CO2 İlişkisi (Etkileşimli)")
74
  fig_scatter = px.scatter(df, x="GDP", y="CO2",
75
  color="GDP_LEVEL",
76
  hover_name="COUNTRY",