Nischal Subedi commited on
Commit
919beb0
·
1 Parent(s): 3d15a7a

updated UI_v34

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -495,7 +495,7 @@ Answer:"""
495
  }
496
  .sub-section-title { /* For 'Ask Your Question', 'Example Questions to Ask' */
497
  font-family: var(--font-family-header) !important;
498
- font-size: 2.2rem !important; /* Slightly smaller for sub-sections, increased from 2rem */
499
  font-weight: 700 !important;
500
  color: var(--text-primary-dark) !important;
501
  text-align: center !important; /* Ensures centering for all sub-section titles */
@@ -1010,7 +1010,7 @@ Answer:"""
1010
  .output-card .placeholder { padding: 2.5rem 1.5rem; font-size: 1.1rem; }
1011
  .examples-section { padding-top: 1.2rem; }
1012
  .examples-section .gr-examples-table th, .examples-section .gr-examples-table td { padding: 0.9rem 1.1rem !important; font-size: 1.0rem !important; }
1013
- .app-footer-wrapper { margin-top: 0.5rem; padding-top: 2rem; padding-bottom: 2rem; border-top-left-radius: var(--radius-md); border-top-right-radius: var(--radius-md); }
1014
  .app-footer { padding: 0 1rem !important; } /* Match main content padding */
1015
  }
1016
  @media (max-width: 480px) {
@@ -1032,7 +1032,7 @@ Answer:"""
1032
  .output-card .placeholder { padding: 2rem 1rem; font-size: 1.05rem; }
1033
  .examples-section { padding-top: 0.8rem; }
1034
  .examples-section .gr-examples-table th, .examples-section .gr-examples-table td { padding: 0.6rem 0.8rem !important; font-size: 0.95rem !important; }
1035
- .app-footer-wrapper { margin-top: 0.4rem; padding-top: 1.5rem; padding-bottom: 1.5rem; border-top-left-radius: var(--radius-sm); border-top-right-radius: var(--radius-sm); }
1036
  .app-footer { padding: 0 0.8rem !important; } /* Match main content padding */
1037
  }
1038
  """
 
495
  }
496
  .sub-section-title { /* For 'Ask Your Question', 'Example Questions to Ask' */
497
  font-family: var(--font-family-header) !important;
498
+ font-size: 2.5rem !important; /* INCREASED for more prominence, from 2.2rem */
499
  font-weight: 700 !important;
500
  color: var(--text-primary-dark) !important;
501
  text-align: center !important; /* Ensures centering for all sub-section titles */
 
1010
  .output-card .placeholder { padding: 2.5rem 1.5rem; font-size: 1.1rem; }
1011
  .examples-section { padding-top: 1.2rem; }
1012
  .examples-section .gr-examples-table th, .examples-section .gr-examples-table td { padding: 0.9rem 1.1rem !important; font-size: 1.0rem !important; }
1013
+ .app-footer-wrapper { margin-top: 0.5rem; border-top-left-radius: var(--radius-md); border-top-right-radius: var(--radius-md); padding-top: 2rem; padding-bottom: 2rem; }
1014
  .app-footer { padding: 0 1rem !important; } /* Match main content padding */
1015
  }
1016
  @media (max-width: 480px) {
 
1032
  .output-card .placeholder { padding: 2rem 1rem; font-size: 1.05rem; }
1033
  .examples-section { padding-top: 0.8rem; }
1034
  .examples-section .gr-examples-table th, .examples-section .gr-examples-table td { padding: 0.6rem 0.8rem !important; font-size: 0.95rem !important; }
1035
+ .app-footer-wrapper { margin-top: 0.4rem; border-top-left-radius: var(--radius-sm); border-top-right-radius: var(--radius-sm); padding-top: 1.5rem; padding-bottom: 1.5rem; }
1036
  .app-footer { padding: 0 0.8rem !important; } /* Match main content padding */
1037
  }
1038
  """