Commit
·
0c57aea
1
Parent(s):
da106ef
Update app.py
Browse files
app.py
CHANGED
@@ -19,12 +19,12 @@ from txtai.workflow import ServiceTask, Task, UrlTask, Workflow
|
|
19 |
|
20 |
class Application:
|
21 |
"""
|
22 |
-
|
23 |
"""
|
24 |
|
25 |
def __init__(self):
|
26 |
"""
|
27 |
-
Creates a new
|
28 |
"""
|
29 |
|
30 |
# Component options
|
|
|
19 |
|
20 |
class Application:
|
21 |
"""
|
22 |
+
Main application.
|
23 |
"""
|
24 |
|
25 |
def __init__(self):
|
26 |
"""
|
27 |
+
Creates a new application.
|
28 |
"""
|
29 |
|
30 |
# Component options
|