Spaces:
Runtime error
Runtime error
Commit
·
bec46de
1
Parent(s):
8e71274
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ from ttyd_consts import *
|
|
| 28 |
###############################################################################################
|
| 29 |
|
| 30 |
# You want to hardcode Documents or take it from UI?
|
| 31 |
-
UiAddData =
|
| 32 |
|
| 33 |
if UiAddData: # take input data from UI
|
| 34 |
md_title = md_title_general
|
|
|
|
| 28 |
###############################################################################################
|
| 29 |
|
| 30 |
# You want to hardcode Documents or take it from UI?
|
| 31 |
+
UiAddData = True
|
| 32 |
|
| 33 |
if UiAddData: # take input data from UI
|
| 34 |
md_title = md_title_general
|