adpro commited on
Commit
d162e63
·
verified ·
1 Parent(s): 0246891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def run_lora(prompt):
9
  import re
10
  links = soup.findAll("a")
11
  for link in soup.find_all("a",href=re.compile("(?<=/url\?q=)(htt.*://.*)")):
12
- print (re.split(":(?=http)",link["href"].replace("/url?q=","")))
13
 
14
  css = '''
15
  #gen_btn{height: 100%}
 
9
  import re
10
  links = soup.findAll("a")
11
  for link in soup.find_all("a",href=re.compile("(?<=/url\?q=)(htt.*://.*)")):
12
+ print (re.split(":(?=http)",link["href"].replace("/url?q=","")))
13
 
14
  css = '''
15
  #gen_btn{height: 100%}