Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def procesar_consulta(user_question):
|
|
143 |
|
144 |
def main():
|
145 |
st.set_page_config(page_title="PDF Consultor π", page_icon="π", layout="wide")
|
146 |
-
st.markdown('<h1
|
147 |
st.markdown(css_style, unsafe_allow_html=True)
|
148 |
|
149 |
estados = {
|
|
|
143 |
|
144 |
def main():
|
145 |
st.set_page_config(page_title="PDF Consultor π", page_icon="π", layout="wide")
|
146 |
+
st.markdown('<h1 style="font-size:50px; margin:5px;">PDF Consultor π</p>', unsafe_allow_html=True)
|
147 |
st.markdown(css_style, unsafe_allow_html=True)
|
148 |
|
149 |
estados = {
|