vorstcavry
commited on
Commit
•
ad42c32
1
Parent(s):
2d1ecea
Update files_cells/python/en/launch_en.py
Browse files
files_cells/python/en/launch_en.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
import os
|
4 |
import re
|
@@ -85,5 +85,5 @@ with tunnel:
|
|
85 |
|
86 |
start_colab = float(open(f'{webui_path}/static/colabTimer.txt', 'r').read())
|
87 |
time_since_start = str(timedelta(seconds=time.time()-start_colab)).split('.')[0]
|
88 |
-
print(f"\n⌚️ \033[
|
89 |
|
|
|
1 |
+
## //Vorst Cavry// ##
|
2 |
|
3 |
import os
|
4 |
import re
|
|
|
85 |
|
86 |
start_colab = float(open(f'{webui_path}/static/colabTimer.txt', 'r').read())
|
87 |
time_since_start = str(timedelta(seconds=time.time()-start_colab)).split('.')[0]
|
88 |
+
print(f"\n⌚️ \033[0mKamu telah melakukan sesi ini untuk - \033[33m{time_since_start}\033[0m\n\n")
|
89 |
|