UV and the Environment


Introduction to Streamlit


Figure 1

Streamlit Hello World App

Figure 2

Streamlit File Change Detected

Figure 3

Streamlit File Change Detected After Rerun

Figure 4

Streamlit List Display

Figure 5

Streamlit DataFrame Display

Figure 6

Streamlit Widgets and Layout

Getting Data from an API


Figure 1

Raw JSON data from the Open-Meteo API displayed in a Streamlit app.

Figure 2

Raw JSON data from the Open-Meteo API displayed in a Streamlit app, with number input widgets for latitude and longitude.

Figure 3

A Pandas DataFrame created from the API data, displayed in a Streamlit app.

Figure 4

A line chart in Streamlit showing the hourly temperature forcast for a specific location.

Figure 5

A Streamlit app showing the current temperature, high, and low for a specific location, along with a line chart of the hourly temperature forcast.

Connecting to APIs and Managing Secrets


Creating Additional Apps