lozanopastor commited on
Commit
b516a1c
Β·
verified Β·
1 Parent(s): 2779072

Update app.py

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