Spaces:
Running
Running
Update screenshot.py
Browse files- screenshot.py +1 -1
screenshot.py
CHANGED
@@ -8,7 +8,7 @@ import uuid
|
|
8 |
driver_type = 'chromedriver'
|
9 |
driver=False
|
10 |
|
11 |
-
def create_ss(graph,width=
|
12 |
uid=uuid.uuid4()
|
13 |
code_out=""
|
14 |
for ea in graph.split("\n"):
|
|
|
8 |
driver_type = 'chromedriver'
|
9 |
driver=False
|
10 |
|
11 |
+
def create_ss(graph,width='400',height='100%'):
|
12 |
uid=uuid.uuid4()
|
13 |
code_out=""
|
14 |
for ea in graph.split("\n"):
|