Omnibus commited on
Commit
857740c
·
verified ·
1 Parent(s): 0741736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def run_script(url: str, height: int, width: int, check_b,check_h):
54
  #print (driver.html)
55
  page = driver.find_element(By.TAG_NAME, "html")
56
 
57
- driver.execute_script("arguments[0].theme='gab-black';",page)
58
 
59
  driver.implicitly_wait(30)
60
  driver.set_window_size(int(width), int(height))
 
54
  #print (driver.html)
55
  page = driver.find_element(By.TAG_NAME, "html")
56
 
57
+ driver.execute_script("arguments[0].style='style.css';",page)
58
 
59
  driver.implicitly_wait(30)
60
  driver.set_window_size(int(width), int(height))