Spaces:
Running
Running
José Eliel Camargo Molina
commited on
Commit
·
fa8727c
1
Parent(s):
bc6da78
updates to text
Browse files
app.py
CHANGED
@@ -401,15 +401,13 @@ def generate_field(sp, su2, su3, u1):
|
|
401 |
# Streamlit GUI
|
402 |
def main():
|
403 |
st.title("$\\mathscr{L}$agrangian Generator")
|
404 |
-
st.markdown(" ### For a set of chosen fields, this model generates the corresponding Lagrangian which encodes all interactions and dynamics of the fields.
|
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.]")
|
409 |
st.markdown(" ##### Choose up to three different fields:")
|
410 |
|
411 |
-
|
412 |
-
st.markdown("Choose up to three different fields:")
|
413 |
su2_options = ["$1$", "$2$", "$3$"]
|
414 |
su3_options = ["$1$", "$3$", "$\\bar{3}$"]
|
415 |
u1_options = ["-1", "-2/3", "-1/2", "-1/3", "0", "1/3", "1/2", "2/3", "1"]
|
|
|
401 |
# Streamlit GUI
|
402 |
def main():
|
403 |
st.title("$\\mathscr{L}$agrangian Generator")
|
404 |
+
st.markdown(" ### For a set of chosen fields, this model generates the corresponding Lagrangian which encodes all interactions and dynamics of the fields.")
|
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$"]
|
412 |
su3_options = ["$1$", "$3$", "$\\bar{3}$"]
|
413 |
u1_options = ["-1", "-2/3", "-1/2", "-1/3", "0", "1/3", "1/2", "2/3", "1"]
|