Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,3 +26,12 @@ selection = st.sidebar.radio("Pages", list(PAGES.keys()))
|
|
26 |
|
27 |
page = PAGES[selection]
|
28 |
ast.shared.components.write_page(page)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
page = PAGES[selection]
|
28 |
ast.shared.components.write_page(page)
|
29 |
+
|
30 |
+
st.sidebar.header("Info")
|
31 |
+
|
32 |
+
st.sidebar.write(
|
33 |
+
"Models are available on [HF Hub](https://huggingface.co/collections/boun-tabi-LMG)"
|
34 |
+
)
|
35 |
+
st.sidebar.write(
|
36 |
+
"Model source code available on [GitHub](https://github.com/boun-tabi-LMG/turkish-lm-tuner)"
|
37 |
+
)
|