Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import pandas as pd
|
| 3 |
import os
|
| 4 |
import datetime
|
| 5 |
-
import pickle
|
| 6 |
import inspect
|
| 7 |
|
| 8 |
from google_sheet import *
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import os
|
| 4 |
import datetime
|
| 5 |
+
import dill as pickle
|
| 6 |
import inspect
|
| 7 |
|
| 8 |
from google_sheet import *
|