Spaces:
Running
Running
José Eliel Camargo Molina
commited on
Commit
·
d5dd064
1
Parent(s):
fa8727c
text finetune
Browse files
app.py
CHANGED
@@ -405,7 +405,7 @@ def main():
|
|
405 |
|
406 |
st.markdown(" #### This is a demo of our [BART](https://arxiv.org/abs/1910.13461)-based model with ca 360M parameters")
|
407 |
|
408 |
-
st.markdown(" ##### :violet[Due to computational resources, we limit the number of fields to 3. Some features in the LaTeX (such as daggers) are not supported in the current version and helicity is always 1/2 (to be updated).]")
|
409 |
st.markdown(" ##### Choose up to three different fields:")
|
410 |
|
411 |
su2_options = ["$1$", "$2$", "$3$"]
|
|
|
405 |
|
406 |
st.markdown(" #### This is a demo of our [BART](https://arxiv.org/abs/1910.13461)-based model with ca 360M parameters")
|
407 |
|
408 |
+
st.markdown(" ##### :violet[Due to computational resources, we limit the number of fields to 3. Some features in the LaTeX rendering (such as daggers) are not supported in the current version and helicity is always 1/2 (to be updated).]")
|
409 |
st.markdown(" ##### Choose up to three different fields:")
|
410 |
|
411 |
su2_options = ["$1$", "$2$", "$3$"]
|