Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import streamlit as st
|
|
| 13 |
warnings.simplefilter("ignore")
|
| 14 |
|
| 15 |
try:
|
| 16 |
-
Link = "
|
| 17 |
chrome_driver_path = 'chromedriver.exe'
|
| 18 |
chrome_options = Options()
|
| 19 |
chrome_options.headless = True
|
|
|
|
| 13 |
warnings.simplefilter("ignore")
|
| 14 |
|
| 15 |
try:
|
| 16 |
+
Link = ""
|
| 17 |
chrome_driver_path = 'chromedriver.exe'
|
| 18 |
chrome_options = Options()
|
| 19 |
chrome_options.headless = True
|