Um124 commited on
Commit
30ad662
1 Parent(s): cd8a19c

Add application file

Browse files
Files changed (1) hide show
  1. app.py +21 -0
app.py ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import pandas as pd
2
+ import numpy as np
3
+ import streamlit as st
4
+
5
+ st.set_page_config(page_title='Global Warming',layout='wide')
6
+ st.image('images/gw.jpg')
7
+ st.title('IMPACT OF GLOBAL WARMING (Umesh Kumar Maurya)')
8
+ st.info('Facts Related to the Analysis on Global Warming :')
9
+ st.markdown('1. Increase in the Greenhouse Gases like Co2, So2, CFCs and etc.')
10
+ st.markdown('2. Increase in the Automobiles and Industry has increased the Pollution.')
11
+ st.markdown('3. The Pollutant which are greater then the 5 micron are more harfull then the pollutant which are less then the 5 micron coming out Automobiles Industry and other sources.')
12
+ st.markdown('4. In February and March 2021, sensors at the Mauna Loa observatory in Hawaii which has tracked Earth atmospheric concentration of CO2 since the late 1950s detected CO2 concentrations of more than 417 parts per million (ppm).')
13
+ st.markdown('5. It is predicted that we will run out of fossil fuels in this century. Oil can last up to 50 years, natural gas up to 53 years, and coal up to 114 years.')
14
+ st.markdown('6. From 1850 to 2019, humans released around 2,390 gigatonnes of carbon dioxide into the atmosphere. One gigatonne is equivalent to one billion metric tonnes, so thats a lot of carbon dioxide. So far these emissions have led to 1.07C of warming when compared to pre-industrial levels.')
15
+ st.markdown('7. Temperatures in the Arctic region are rising faster than almost anywhere else on the planet. Between 2011 and 2020, annual Arctic sea ice reached its lowest level since at least 1850 and late summer Arctic sea ice was smaller than at any time in at least the past 1,000 years.')
16
+ st.markdown('8. Average wildlife Population have decreased by 60 percent in just over 40 years.')
17
+
18
+
19
+ st.info('For better Conclusion see the Visualization Pages')
20
+
21
+