davidmezzetti commited on
Commit
65aaba1
1 Parent(s): af93e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ class Application:
328
  """
329
 
330
  st.sidebar.image("https://github.com/neuml/txtai/raw/master/logo.png", width=256)
331
- st.sidebar.markdown("# Workflow builder \n*Build and apply workflows to data* ")
332
 
333
  # Get selected components
334
  components = ["embeddings", "segment", "service", "summary", "tabular", "transcribe", "translate"]
 
328
  """
329
 
330
  st.sidebar.image("https://github.com/neuml/txtai/raw/master/logo.png", width=256)
331
+ st.sidebar.markdown("# Workflow builder \n*Build and apply workflows to data* \n[GitHub](https://github.com/neuml/txtai) ")
332
 
333
  # Get selected components
334
  components = ["embeddings", "segment", "service", "summary", "tabular", "transcribe", "translate"]