broadfield commited on
Commit
f9f19a4
·
verified ·
1 Parent(s): f027b25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def load_data(file):
49
  return(lod)
50
 
51
  def save_data(t,m,l,n,w,p):
52
- title = m.replace('https://',"").replace('/',"_").replace('.',"_")
53
  #uid=uuid.uuid4()
54
  with open('template.html','r') as file:
55
  file_cont=file.read()
 
49
  return(lod)
50
 
51
  def save_data(t,m,l,n,w,p):
52
+ title = t.replace('https://',"").replace('/',"_").replace('.',"_")
53
  #uid=uuid.uuid4()
54
  with open('template.html','r') as file:
55
  file_cont=file.read()