Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,12 +67,12 @@ import numpy as np
|
|
67 |
# import matplotlib.pyplot as plt
|
68 |
import matplotlib.colors
|
69 |
|
70 |
-
import undetected_chromedriver as uc
|
71 |
-
from selenium import webdriver
|
72 |
-
from seleniumbase import Driver
|
73 |
|
74 |
-
driver = Driver(uc=True)
|
75 |
-
driver.get('https://www.naturalstattrick.com')
|
76 |
|
77 |
#x,y,c = zip(*np.random.rand(30,3)*4-2)
|
78 |
|
|
|
67 |
# import matplotlib.pyplot as plt
|
68 |
import matplotlib.colors
|
69 |
|
70 |
+
# import undetected_chromedriver as uc
|
71 |
+
# from selenium import webdriver
|
72 |
+
# from seleniumbase import Driver
|
73 |
|
74 |
+
# driver = Driver(uc=True)
|
75 |
+
# driver.get('https://www.naturalstattrick.com')
|
76 |
|
77 |
#x,y,c = zip(*np.random.rand(30,3)*4-2)
|
78 |
|