José Eliel Camargo Molina commited on
Commit
bc6da78
·
1 Parent(s): bf7477e

disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ 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
 
 
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. Some features in the LaTeX (such as daggers) are not supported in the current version.")
405
 
406
  st.markdown(" #### This is a demo of our [BART](https://arxiv.org/abs/1910.13461)-based model with ca 360M parameters")
407