Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|