Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def procesar_consulta(user_question):
|
|
144 |
def main():
|
145 |
st.set_page_config(page_title="PDF Consultor π", page_icon="π", layout="wide")
|
146 |
st.markdown(css_style, unsafe_allow_html=True)
|
147 |
-
st.markdown('<
|
148 |
|
149 |
|
150 |
estados = {
|
|
|
144 |
def main():
|
145 |
st.set_page_config(page_title="PDF Consultor π", page_icon="π", layout="wide")
|
146 |
st.markdown(css_style, unsafe_allow_html=True)
|
147 |
+
st.markdown('<h2 class="title">PDF Consultor π</h2>', unsafe_allow_html=True)
|
148 |
|
149 |
|
150 |
estados = {
|