Rename app (1).py to app .py
Browse files- app (1).py → app .py +1 -1
app (1).py → app .py
RENAMED
@@ -64,7 +64,7 @@ st.set_page_config(
|
|
64 |
|
65 |
@st.cache_data
|
66 |
def load_scraped_web_info():
|
67 |
-
with open("
|
68 |
ait_web_documents = pickle.load(fp)
|
69 |
|
70 |
|
|
|
64 |
|
65 |
@st.cache_data
|
66 |
def load_scraped_web_info():
|
67 |
+
with open("", "rb") as fp:
|
68 |
ait_web_documents = pickle.load(fp)
|
69 |
|
70 |
|