Omnibus commited on
Commit
04e8258
·
1 Parent(s): 9b1d63a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from selenium.webdriver.common.by import By
15
  driver_type = 'chromedriver'
16
  driver=False
17
  def run_script(html: str, style: str):
18
- html.replace("\n","<br>")
19
  #regex = r"^(https?://)"
20
  #is_url = re.search(regex, text)
21
  is_url=True
 
15
  driver_type = 'chromedriver'
16
  driver=False
17
  def run_script(html: str, style: str):
18
+ html = html.replace("\n","<br>")
19
  #regex = r"^(https?://)"
20
  #is_url = re.search(regex, text)
21
  is_url=True