lozanopastor commited on
Commit
a07735d
·
verified ·
1 Parent(s): 296ad16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ os.getenv("GROQ_API_KEY")
15
 
16
  css_style = """
17
  <style>
18
- .title { font-size: 20px; 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; }
 
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; }