Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ def latex_to_pdf(latex_content):
|
|
| 128 |
|
| 129 |
# Application Streamlit
|
| 130 |
def main():
|
| 131 |
-
st.title("
|
| 132 |
|
| 133 |
# Vérifie si LaTeX est installé
|
| 134 |
if not ensure_latex_packages():
|
|
|
|
| 128 |
|
| 129 |
# Application Streamlit
|
| 130 |
def main():
|
| 131 |
+
st.title("...")
|
| 132 |
|
| 133 |
# Vérifie si LaTeX est installé
|
| 134 |
if not ensure_latex_packages():
|