Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ import os
|
|
2 |
os.system("git clone https://huggingface.co/spaces/Omnibus/Functions")
|
3 |
from Functions import timedate
|
4 |
#https://huggingface.co/spaces/Omnibus/Functions/raw/main/timedate.py
|
5 |
-
print (
|
6 |
|
|
|
2 |
os.system("git clone https://huggingface.co/spaces/Omnibus/Functions")
|
3 |
from Functions import timedate
|
4 |
#https://huggingface.co/spaces/Omnibus/Functions/raw/main/timedate.py
|
5 |
+
print (timedate.timename())
|
6 |
|