TenPoisk
commited on
Commit
·
56a124f
1
Parent(s):
7d0c21d
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -22,7 +22,21 @@ print('■■')
|
|
22 |
print('■')
|
23 |
|
24 |
#title of app
|
25 |
-
title =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
#description of app
|
28 |
description = \
|
|
|
22 |
print('■')
|
23 |
|
24 |
#title of app
|
25 |
+
title = \
|
26 |
+
"""
|
27 |
+
|-------------| |
|
28 |
+
| | |
|
29 |
+
| | |
|
30 |
+
| |
|
31 |
+
| |
|
32 |
+
|-------------| |
|
33 |
+
| |
|
34 |
+
| |
|
35 |
+
| |
|
36 |
+
| | |
|
37 |
+
| | |
|
38 |
+
|-------------| \--------------
|
39 |
+
"""
|
40 |
|
41 |
#description of app
|
42 |
description = \
|