Spaces:
Sleeping
Sleeping
Update footer.py
Browse files
footer.py
CHANGED
|
@@ -59,7 +59,7 @@ def layout(*args):
|
|
| 59 |
|
| 60 |
def footer():
|
| 61 |
myargs = [
|
| 62 |
-
"Made with ❤️ by
|
| 63 |
]
|
| 64 |
layout(*myargs)
|
| 65 |
|
|
|
|
| 59 |
|
| 60 |
def footer():
|
| 61 |
myargs = [
|
| 62 |
+
"Made with ❤️ by Rama Rao Desai",
|
| 63 |
]
|
| 64 |
layout(*myargs)
|
| 65 |
|