96abhishekarora commited on
Commit
016f019
·
verified ·
1 Parent(s): d2385a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if df2 is not None:
40
 
41
  # Model selection
42
  model_path = st.text_input("Model path (HuggingFace)", value="all-MiniLM-L6-v2")
43
- st_write("We have trained several record linkage models! Just copy the Hugging Face model path from the [model zoo](https://linktransformer.github.io/).")
44
  ##More on model selection available on https://linktransformer.github.io/
45
 
46
  if df1_upload is not None and df2_upload is not None:
 
40
 
41
  # Model selection
42
  model_path = st.text_input("Model path (HuggingFace)", value="all-MiniLM-L6-v2")
43
+ st.write("We have trained several record linkage models! Just copy the Hugging Face model path from the [model zoo](https://linktransformer.github.io/).")
44
  ##More on model selection available on https://linktransformer.github.io/
45
 
46
  if df1_upload is not None and df2_upload is not None: