Spaces:
Running
Running
victormiller
commited on
Commit
•
3a079b8
1
Parent(s):
d673af7
Update results.py
Browse files- results.py +14 -1
results.py
CHANGED
@@ -857,11 +857,24 @@ def results():
|
|
857 |
return Div(
|
858 |
Section(
|
859 |
intro_div,
|
|
|
|
|
|
|
860 |
upsampling_exp,
|
|
|
|
|
|
|
861 |
preplexity_intro_div,
|
|
|
|
|
|
|
862 |
perp1_div,
|
|
|
|
|
|
|
863 |
llama_div,
|
|
|
864 |
id="inner-text"
|
865 |
)
|
866 |
-
|
867 |
|
|
|
857 |
return Div(
|
858 |
Section(
|
859 |
intro_div,
|
860 |
+
id="section1"
|
861 |
+
),
|
862 |
+
Section(
|
863 |
upsampling_exp,
|
864 |
+
id="section2"
|
865 |
+
),
|
866 |
+
Section(
|
867 |
preplexity_intro_div,
|
868 |
+
id="section3"
|
869 |
+
),
|
870 |
+
Section(
|
871 |
perp1_div,
|
872 |
+
id="section4"
|
873 |
+
),
|
874 |
+
Section(
|
875 |
llama_div,
|
876 |
+
),
|
877 |
id="inner-text"
|
878 |
)
|
879 |
+
|
880 |
|