SoDehghan commited on
Commit
c418af6
·
verified ·
1 Parent(s): dc3ba62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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
+ )