Spaces:
Running
Running
José Eliel Camargo Molina
commited on
Commit
·
ca2bf21
1
Parent(s):
27193c2
more finetuning
Browse files
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
|