freealise commited on
Commit
25626e1
1 Parent(s): c976d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -186,8 +186,8 @@ def logscale(linear):
186
  def linscale(linear):
187
  return int(math.log2(linear))
188
 
189
- def loadurl(v):
190
- return v.value
191
 
192
 
193
  title="""
 
186
  def linscale(linear):
187
  return int(math.log2(linear))
188
 
189
+ def loadurl(url):
190
+ return url
191
 
192
 
193
  title="""