Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,10 +126,11 @@ def make_files(t_name,t_space,t_title,t_description,t_redirect,t_image=None,t_im
|
|
126 |
with open("back_gab.html", "w") as f:
|
127 |
f.write(app)
|
128 |
files.append("back_gab.html")
|
129 |
-
return files
|
130 |
|
131 |
|
132 |
except Exception as e:
|
|
|
133 |
return None
|
134 |
|
135 |
def build_space(t_name,t_space,t_title,t_description,t_redirect,t_image=None,t_image_url=None,token=None):
|
|
|
126 |
with open("back_gab.html", "w") as f:
|
127 |
f.write(app)
|
128 |
files.append("back_gab.html")
|
129 |
+
return (files)
|
130 |
|
131 |
|
132 |
except Exception as e:
|
133 |
+
print (e)
|
134 |
return None
|
135 |
|
136 |
def build_space(t_name,t_space,t_title,t_description,t_redirect,t_image=None,t_image_url=None,token=None):
|