Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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()
|