lyimo commited on
Commit
a2a4759
·
verified ·
1 Parent(s): a0110bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -351,7 +351,7 @@ else:
351
  st.subheader("Time-Lag Correlation (Experimental)")
352
 
353
  st.markdown("""
354
- Here, you can experiment with a simple lag analysis. For example, check how
355
  temperature or rainfall in previous weeks/months correlates with **current**
356
  Malaria/Dengue risk.
357
  """)
@@ -394,11 +394,11 @@ else:
394
  ##################################################
395
  # 7.4 Outbreak Statistics
396
  ##################################################
397
- st.subheader("Outbreak Statistics")
398
 
399
  st.markdown("""
400
- This section gives you the **count** of outbreak periods based on user selection
401
- and some summary statistics.
402
  """)
403
 
404
  if disease_choice == "Malaria":
 
351
  st.subheader("Time-Lag Correlation (Experimental)")
352
 
353
  st.markdown("""
354
+ Experiment with a simple lag analysis. For example, check how
355
  temperature or rainfall in previous weeks/months correlates with **current**
356
  Malaria/Dengue risk.
357
  """)
 
394
  ##################################################
395
  # 7.4 Outbreak Statistics
396
  ##################################################
397
+ st.subheader("Outbreak Statistics - ⚠️ NEEDS NIMR Data to work")
398
 
399
  st.markdown("""
400
+ This section will show the **count** of outbreak periods based on selection
401
+ and some summary statistics, once we have overlayed NIMR Data with the Existing Weather Data
402
  """)
403
 
404
  if disease_choice == "Malaria":