José Eliel Camargo Molina commited on
Commit
ca2bf21
·
1 Parent(s): 27193c2

more finetuning

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -418,7 +418,7 @@ def main():
418
  # f.write(latex_output + "\n")
419
  #st.text_area("Generated Lagrangian", pretty_output, height=300)
420
  st.markdown("### Generated Lagrangian")
421
- st.text_area(generated_lagrangian)
422
 
423
 
424
  # write my contact info
 
418
  # f.write(latex_output + "\n")
419
  #st.text_area("Generated Lagrangian", pretty_output, height=300)
420
  st.markdown("### Generated Lagrangian")
421
+ st.text_area(generated_lagrangian, height=300)
422
 
423
 
424
  # write my contact info