Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
add: page to dados.rio onde esta chovendo agora
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunodePauloAlmeida committed Feb 21, 2024
1 parent 6ce768a commit 8d7751a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/pages/Onde está Chovendo Agora.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
import pandas as pd
import streamlit as st

st.set_page_config(
page_title="Onde está Chovendo Agora", layout="wide", initial_sidebar_state="collapsed"
)

# embed a webpage that covers all screen
st.write(f'<iframe src="https://www.dados.rio/chuvas/onde-esta-chovendo-agora" width="100%" height="920px" style="border: none; margin: 0; padding: 0;"></iframe>', unsafe_allow_html=True)

0 comments on commit 8d7751a

Please sign in to comment.