Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- 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",
|