davidmezzetti commited on
Commit
0c57aea
1 Parent(s): da106ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,12 +19,12 @@ from txtai.workflow import ServiceTask, Task, UrlTask, Workflow
19
 
20
  class Application:
21
  """
22
- Streamlit application.
23
  """
24
 
25
  def __init__(self):
26
  """
27
- Creates a new Streamlit application.
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