nesticot commited on
Commit
611e6cc
·
1 Parent(s): c1ddcdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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