Y1OV commited on
Commit
478c405
1 Parent(s): 09203e8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +24 -3
main.py CHANGED
@@ -5,8 +5,8 @@ st.write('### Бенчмарк социально-политического л
5
 
6
  html_code = '''
7
  <div style="text-align: center;">
8
- <a href="https://raw.githubusercontent.com/Y1OV/project_lab/main/data/ranepa.png">
9
- <img src="https://raw.githubusercontent.com/Y1OV/project_lab/main/data/ranepa.png" alt="Foo" style="width: 50%; height: auto;">
10
  </a>
11
  </div>
12
  '''
@@ -43,4 +43,25 @@ st.write("""
43
  st.write("### `Ссылки/контакты`")
44
 
45
  st.write("[GitHub](https://github.com/ikanam-ai/slava)")
46
- st.write("[Dataset](https://huggingface.co/datasets/RANEPA-ai/SLAVA-OpenData-2800-v1)")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  html_code = '''
7
  <div style="text-align: center;">
8
+ <a href="https://huggingface.co/datasets/RANEPA-ai/SLAVA-OpenData-2800-v1">
9
+ <img src="https://raw.githubusercontent.com/Y1OV/project_lab/refs/heads/main/data/logo_ru.png" alt="Foo" style="width: 50%; height: auto;">
10
  </a>
11
  </div>
12
  '''
 
43
  st.write("### `Ссылки/контакты`")
44
 
45
  st.write("[GitHub](https://github.com/ikanam-ai/slava)")
46
+ st.write("[Dataset](https://huggingface.co/datasets/RANEPA-ai/SLAVA-OpenData-2800-v1)")
47
+
48
+ st.write("### `Цитирование`")
49
+
50
+ code = '''
51
+ @misc{SLAVA: Benchmark of Sociopolitical Landscape and Value Analysis,
52
+ author = {A. S. Chetvergov,
53
+ R. S. Sharafetdinov,
54
+ M. M. Polukoshko,
55
+ V. A. Akhmetov,
56
+ N. A. Oruzheynikova,
57
+ I. S. Alekseevskaya,
58
+ E. S. Anichkov,
59
+ S. V. Bolovtsov},
60
+ title = {SLAVA: Benchmark of Sociopolitical Landscape and Value Analysis (2024)},
61
+ year = {2024},
62
+ publisher = {Hugging Face},
63
+ howpublished = "\url{https://huggingface.co/datasets/RANEPA-ai/SLAVA-OpenData-2800-v1}"
64
+ }
65
+ '''
66
+
67
+ st.code(code, language='python')