Skip to content

Commit

Permalink
wide layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Vivar Rios committed Nov 6, 2022
1 parent bb2b670 commit 4602ca2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,13 @@ def color_scale(val):
)


st.set_page_config(page_title="Cropernicus Dashboard", page_icon="🌍")
st.markdown("# Cropernicus Dashboard")
st.set_page_config(page_title="Cropernicus Dashboard", page_icon="🌍", layout="wide")
#st.markdown("# Cropernicus Dashboard")
image = Image.open('img/logo.png')

st.image(image, caption='Logo')
st.image(image)
st.write(
"""This demo shows how to use the agroboad terminal to check for crop predictions over time. It uses the
[`st.pydeck_chart`](https://docs.streamlit.io/library/api-reference/charts/st.pydeck_chart)
to display geospatial data."""
"""This demo shows how to use the agroboad terminal to check for crop predictions over time."""
)

mapping_demo()

0 comments on commit 4602ca2

Please sign in to comment.