This repo contains code to create a simple web app interface to visualize real-time weather data. Data is gathered from the WeatherAPI freely available in RapidAPI marketplace.
Edit /streamlit_app.py
to customize this app
If you have any questions, checkout our documentation and community forums.
The streamlit_app.py
file contains all the python code needed for the design of the web app.
Images and other media, like data are located in the same directory in the dedicated folders.
requirements.txt
contains the list of the pyhton packages needed for the project. They have to be installed in the current environment.
css
files are used for web development and contains information about the style (margins, colors, etc). Edit at your own risk.
The .streamlit
directory contains a file storing theme settings for streamlit, which is quite easy to edit to change the aspect of the web app.