dejanseo commited on
Commit
6fcfd4e
·
verified ·
1 Parent(s): 5609f7c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -191,7 +191,8 @@ SAMPLE = (
191
 
192
 
193
  def main():
194
- st.title("LinkjeBERT2Checkpoint Comparison")
 
195
  st.caption(f"Model: {MODEL_ID} · checkpoints " + ", ".join(c[0] for c in CHECKPOINTS))
196
 
197
  try:
 
191
 
192
 
193
  def main():
194
+ st.subheader("LinkjeBERTDutch Natural Link Prediction Model")
195
+ st.write("Model trained by [DEJAN AI](https://dejan.ai/)")
196
  st.caption(f"Model: {MODEL_ID} · checkpoints " + ", ".join(c[0] for c in CHECKPOINTS))
197
 
198
  try: