Omnibus commited on
Commit
3049fc1
·
verified ·
1 Parent(s): 1beb47e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ css="""
406
 
407
 
408
  def mm(graph,zoom):
409
-
410
  code_out=""
411
  for ea in graph.split("\n"):
412
  code=ea.strip().strip("\n")
 
406
 
407
 
408
  def mm(graph,zoom):
409
+ graph=graph.replace(".","").replace("/","").replace(":","")
410
  code_out=""
411
  for ea in graph.split("\n"):
412
  code=ea.strip().strip("\n")