Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def latex_to_pdf(latex_content):
|
|
91 |
|
92 |
# Application Streamlit
|
93 |
def main():
|
94 |
-
st.title("Math pdf test avec Export PDF")
|
95 |
|
96 |
# Vérifie si LaTeX est installé
|
97 |
if not ensure_latex_packages():
|
|
|
91 |
|
92 |
# Application Streamlit
|
93 |
def main():
|
94 |
+
st.title("Math/physique/chimie pdf test avec Export PDF")
|
95 |
|
96 |
# Vérifie si LaTeX est installé
|
97 |
if not ensure_latex_packages():
|