Spaces:
Paused
Paused
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -191,7 +191,8 @@ SAMPLE = (
|
|
| 191 |
|
| 192 |
|
| 193 |
def main():
|
| 194 |
-
st.
|
|
|
|
| 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("LinkjeBERT — Dutch 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:
|