Shafeek Saleem commited on
Commit
2e8500a
·
1 Parent(s): 051adf3
.idea/sonarlint/issuestore/7/a/7a2c12d43e65ce1671e4eb01543ea4fda34bdcf3 DELETED
@@ -1,4 +0,0 @@
1
-
2
- t python:S1192F"\Define a constant instead of duplicating this literal 'Solar Power Generation (kW)' 3 times.(���
3
- s python:S117)"WRename this local variable "X_test" to match the regular expression ^[_a-z][a-z0-9_]*$.(��Џ�����
4
- t python:S117)"XRename this local variable "X_train" to match the regular expression ^[_a-z][a-z0-9_]*$.(��Џ�����
 
 
 
 
 
.idea/sonarlint/issuestore/index.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eda6c7aaaf1d5676dd3b7a71743449017598d3d588e170bcea876a97e9e261f8
3
- size 285
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f192a166326627fde11805cd80e2ecf025cd67b6c5340e631dce549929f014ac
3
+ size 206
0_Introduction.py CHANGED
@@ -14,7 +14,7 @@ def intro_page():
14
  st.write("""Welcome to the interactive tutorial on creating your very own Weather Forecasting Application!""")
15
 
16
  st.image(
17
- "https://www.beckwithweather.com/wp-content/uploads/sites/1134/2020/06/860_main_weather_and_prediction.png",
18
  use_column_width=True,
19
  )
20
 
 
14
  st.write("""Welcome to the interactive tutorial on creating your very own Weather Forecasting Application!""")
15
 
16
  st.image(
17
+ "https://media2.giphy.com/media/tja7MJ6DYOenIR4oDc/giphy.gif?cid=ecf05e47cbdu0obazcxzfmh83j8y7fc0mcpel6aobwqu75of&ep=v1_gifs_search&rid=giphy.gif&ct=g",
18
  use_column_width=True,
19
  )
20
 
pages/2_Technology Behind It.py CHANGED
@@ -7,6 +7,12 @@ LEVEL = 2
7
 
8
  def step2_page():
9
  st.header("Technology Behind It")
 
 
 
 
 
 
10
  st.markdown(
11
  """
12
  ### How machine learning is used for accurate weather forecasting?
@@ -41,11 +47,6 @@ def step2_page():
41
  """
42
  )
43
 
44
- st.image(
45
- "https://miro.medium.com/v2/resize:fit:720/format:webp/1*mRpdRbCta8VWlTrx12WNOQ.jpeg",
46
- use_column_width=True,
47
- )
48
-
49
  if st.button("Complete"):
50
  complete_level(LEVEL)
51
 
 
7
 
8
  def step2_page():
9
  st.header("Technology Behind It")
10
+
11
+ st.image(
12
+ "https://miro.medium.com/v2/resize:fit:720/format:webp/1*mRpdRbCta8VWlTrx12WNOQ.jpeg",
13
+ use_column_width=True,
14
+ )
15
+
16
  st.markdown(
17
  """
18
  ### How machine learning is used for accurate weather forecasting?
 
47
  """
48
  )
49
 
 
 
 
 
 
50
  if st.button("Complete"):
51
  complete_level(LEVEL)
52