Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
|
|
4 |
import numpy as np
|
5 |
import altair as alt
|
6 |
import streamlit as st
|
|
|
7 |
from scipy.stats import zscore
|
8 |
import streamlit as st
|
9 |
import altair as alt
|
@@ -301,4 +302,4 @@ if country_input != "None" and gender_input != "None" and sector_input != "None"
|
|
301 |
else:
|
302 |
st.write("No matching loans found for the selected country, gender, and sector.")
|
303 |
else:
|
304 |
-
st.write("Please select a country, gender, and sector.")
|
|
|
4 |
import numpy as np
|
5 |
import altair as alt
|
6 |
import streamlit as st
|
7 |
+
import matplotlib.pyplot as plt
|
8 |
from scipy.stats import zscore
|
9 |
import streamlit as st
|
10 |
import altair as alt
|
|
|
302 |
else:
|
303 |
st.write("No matching loans found for the selected country, gender, and sector.")
|
304 |
else:
|
305 |
+
st.write("Please select a country, gender, and sector.")
|