Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ else:
|
|
351 |
st.subheader("Time-Lag Correlation (Experimental)")
|
352 |
|
353 |
st.markdown("""
|
354 |
-
|
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
|
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":
|