Koomemartin commited on
Commit
e4ea8a4
·
verified ·
1 Parent(s): 657aa1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def get_links(url):
74
  return json.loads(result)
75
 
76
  #all the content required to generate information from user about the website
77
- @st.cache_resource
78
  def get_all_details(url):
79
  result = "Home page:\n"
80
  result += Website(url).get_contents()
 
74
  return json.loads(result)
75
 
76
  #all the content required to generate information from user about the website
77
+ # @st.cache_resource
78
  def get_all_details(url):
79
  result = "Home page:\n"
80
  result += Website(url).get_contents()