Jack Monas
commited on
Commit
·
aebeebf
1
Parent(s):
7721b7e
rules
Browse files
app.py
CHANGED
@@ -117,6 +117,8 @@ def main():
|
|
117 |
"tokenizes the raw video sequences generated using the NVIDIA Cosmos Tokenizer. This compact representation of the raw data "
|
118 |
"is optimal for the compression challenge and is released under the Apache 2.0 license.\n\n"
|
119 |
)
|
|
|
|
|
120 |
|
121 |
|
122 |
scoring_section()
|
|
|
117 |
"tokenizes the raw video sequences generated using the NVIDIA Cosmos Tokenizer. This compact representation of the raw data "
|
118 |
"is optimal for the compression challenge and is released under the Apache 2.0 license.\n\n"
|
119 |
)
|
120 |
+
|
121 |
+
st.markdown("---")
|
122 |
|
123 |
|
124 |
scoring_section()
|