Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -396,6 +396,7 @@ def format_json(inp):
|
|
396 |
return out_json
|
397 |
|
398 |
|
|
|
399 |
css="""
|
400 |
#wrap { width: 100%; height: 100%; padding: 0; overflow: auto; }
|
401 |
#frame { width: 100%; border: 1px solid black; }
|
@@ -518,7 +519,6 @@ def clear_fn():
|
|
518 |
|
519 |
|
520 |
|
521 |
-
this=["1.25"]
|
522 |
def zoom_update(inp):
|
523 |
this.clear()
|
524 |
this.update(str(inp))
|
|
|
396 |
return out_json
|
397 |
|
398 |
|
399 |
+
this=["1.25"]
|
400 |
css="""
|
401 |
#wrap { width: 100%; height: 100%; padding: 0; overflow: auto; }
|
402 |
#frame { width: 100%; border: 1px solid black; }
|
|
|
519 |
|
520 |
|
521 |
|
|
|
522 |
def zoom_update(inp):
|
523 |
this.clear()
|
524 |
this.update(str(inp))
|