broadfield commited on
Commit
70a353e
·
verified ·
1 Parent(s): af35d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ style="""
17
  border-radius: 5px;
18
  }
19
  """
20
- jscript="""function fun_run(e){
21
  console.log(e)
22
  }
23
  """
 
17
  border-radius: 5px;
18
  }
19
  """
20
+ jscript="""fun_run(e){
21
  console.log(e)
22
  }
23
  """