davidmezzetti commited on
Commit
1f6d633
1 Parent(s): 5f491fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -504,7 +504,8 @@ class Application:
504
 
505
  with st.sidebar:
506
  st.image("https://github.com/neuml/txtai/raw/master/logo.png", width=256)
507
- st.markdown("# Workflow builder \n*Build and apply workflows to data* \n\nRead more on [GitHub](https://github.com/neuml/txtai) ")
 
508
  st.markdown("---")
509
 
510
  # Component configuration
 
504
 
505
  with st.sidebar:
506
  st.image("https://github.com/neuml/txtai/raw/master/logo.png", width=256)
507
+ st.markdown("# Workflow builder \n*Build and apply workflows to data* ")
508
+ st.markdown("Workflows combine machine-learning pipelines together to aggregate logic. This application provides a number of pre-configured workflows to get a feel of how they work. Workflows can be exported and run locally through FastAPI. Read more on [GitHub](https://github.com/neuml/txtai)")
509
  st.markdown("---")
510
 
511
  # Component configuration