datacipen commited on
Commit
dfda01c
·
verified ·
1 Parent(s): d5dc91c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -28,7 +28,7 @@ project_runs_LICMIPI = client.list_runs(project_name="Master MIPI",
28
  driver = webdriver.Chrome()
29
  action = ActionChains(driver)
30
 
31
- driver.get("http://localhost:8000/")
32
  time.sleep(5)
33
 
34
 
 
28
  driver = webdriver.Chrome()
29
  action = ActionChains(driver)
30
 
31
+ driver.get("https://datacipen-misia.hf.space/")
32
  time.sleep(5)
33
 
34