Spaces:
Runtime error
Runtime error
gaspar-avit
commited on
Commit
·
14e587f
1
Parent(s):
e1f7ecd
Upload app.py
Browse files
app.py
CHANGED
@@ -100,10 +100,11 @@ def layout(*args):
|
|
100 |
|
101 |
def footer():
|
102 |
myargs = [
|
103 |
-
"Made in ",
|
104 |
-
image('https://avatars3.githubusercontent.com/u/45109972?s=400&v=4',
|
105 |
-
|
106 |
-
" with ❤️ by ",
|
|
|
107 |
link("https://www.linkedin.com/in/gaspar-avit/", "Gaspar Avit"),
|
108 |
]
|
109 |
layout(*myargs)
|
|
|
100 |
|
101 |
def footer():
|
102 |
myargs = [
|
103 |
+
#"Made in ",
|
104 |
+
#image('https://avatars3.githubusercontent.com/u/45109972?s=400&v=4',
|
105 |
+
# width=px(25), height=px(25)),
|
106 |
+
#" with ❤️ by ",
|
107 |
+
"Made with ❤️ by ",
|
108 |
link("https://www.linkedin.com/in/gaspar-avit/", "Gaspar Avit"),
|
109 |
]
|
110 |
layout(*myargs)
|