Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|