lozanopastor commited on
Commit
c5d1534
Β·
verified Β·
1 Parent(s): a07735d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('<p class="title">PDF Consultor πŸ”</p>', unsafe_allow_html=True)
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 = {