Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ os.getenv("GROQ_API_KEY")
|
|
15 |
|
16 |
css_style = """
|
17 |
<style>
|
18 |
-
.title { font-size: 40px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
|
19 |
.step-number { font-size: 24px; font-weight: bold; }
|
20 |
.response-box { padding: 20px; background-color: #f8f9fa; border-radius: 10px; border-left: 5px solid #252850; margin: 20px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
21 |
.metadata-box { padding: 20px; background-color: #f0f2f6; border-radius: 10px; margin-bottom: 20px; }
|
@@ -144,7 +143,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 = {
|
|
|
15 |
|
16 |
css_style = """
|
17 |
<style>
|
|
|
18 |
.step-number { font-size: 24px; font-weight: bold; }
|
19 |
.response-box { padding: 20px; background-color: #f8f9fa; border-radius: 10px; border-left: 5px solid #252850; margin: 20px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
20 |
.metadata-box { padding: 20px; background-color: #f0f2f6; border-radius: 10px; margin-bottom: 20px; }
|
|
|
143 |
def main():
|
144 |
st.set_page_config(page_title="PDF Consultor π", page_icon="π", layout="wide")
|
145 |
st.markdown(css_style, unsafe_allow_html=True)
|
146 |
+
st.markdown('<h1>PDF Consultor π</h1>', unsafe_allow_html=True)
|
147 |
|
148 |
|
149 |
estados = {
|