Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ elif social_acc_nav == 'About App':
|
|
| 78 |
|
| 79 |
|
| 80 |
# Loading Machine Learning Objects
|
| 81 |
-
@st.cache_data(
|
| 82 |
def Load_ml_items(relative_path):
|
| 83 |
"Load ML items to reuse them"
|
| 84 |
with open(relative_path, 'rb') as file:
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
# Loading Machine Learning Objects
|
| 81 |
+
@st.cache_data()
|
| 82 |
def Load_ml_items(relative_path):
|
| 83 |
"Load ML items to reuse them"
|
| 84 |
with open(relative_path, 'rb') as file:
|