cdleong commited on
Commit
88c8646
·
1 Parent(s): 1c14c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ if lang is not None:
128
 
129
 
130
  if results_from_vachan:
131
- st.write("### Other potential matches, from Vachan Engine (experimental)")
132
  st.write(results_from_vachan)
133
 
134
 
 
128
 
129
 
130
  if results_from_vachan:
131
+ st.write("### Other potential matches, from [Vachan Engine](https://github.com/Bridgeconn/vachan-api/tree/version-2) (experimental)")
132
  st.write(results_from_vachan)
133
 
134