manika07 commited on
Commit
a646275
·
verified ·
1 Parent(s): 1662f3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ import pickle
4
  import requests
5
  import base64
6
 
7
- @st.cache
8
  def read_model(url):
9
  response = requests.get(url)
10
  open("temp.pkl", "wb").write(response.content)
@@ -55,4 +55,4 @@ if st.sidebar.button("Download"):
55
  st.markdown(href, unsafe_allow_html=True)
56
 
57
  st.title("About")
58
- st.subheader("You can tag your input CSV file of theses and dissertations with Library Science, Archival Studies, and Information Science categories. The screen will show the output.")
 
4
  import requests
5
  import base64
6
 
7
+ @st.cache_data
8
  def read_model(url):
9
  response = requests.get(url)
10
  open("temp.pkl", "wb").write(response.content)
 
55
  st.markdown(href, unsafe_allow_html=True)
56
 
57
  st.title("About")
58
+ st.subheader("You can tag your input CSV file of LIS theses with topics. The screen will show the output.")