vinaybabu commited on
Commit
75fe258
·
verified ·
1 Parent(s): b1c0057

Deploy ClaimReady: on-device Gemma 3 via llama.cpp

Browse files
Files changed (2) hide show
  1. app.py +6 -5
  2. samples/enteric_indoor_case.png +0 -0
app.py CHANGED
@@ -170,12 +170,13 @@ CSS = """
170
  .step-label {font-weight: 700; color:#0f4c81; margin-bottom: 2px;}
171
  footer {display: none !important;}
172
  #foot {text-align:center; color:#64748b; font-size:12.5px; margin-top:10px;}
173
- /* keep text + list markers off the edge so nothing clips */
174
- #problem-sidebar {padding: 6px 18px 14px 22px !important;}
175
- #problem-sidebar ul {padding-left: 1.5em !important; margin-left: 0 !important;}
176
- #problem-sidebar li {margin: 5px 0; line-height: 1.55;}
177
  .prose {overflow: visible !important;}
178
- .prose li {line-height: 1.55;}
 
 
 
 
179
  """
180
 
181
  HERO = """
 
170
  .step-label {font-weight: 700; color:#0f4c81; margin-bottom: 2px;}
171
  footer {display: none !important;}
172
  #foot {text-align:center; color:#64748b; font-size:12.5px; margin-top:10px;}
173
+ /* keep text + list markers off the edge so nothing clips (applies everywhere) */
 
 
 
174
  .prose {overflow: visible !important;}
175
+ .prose ul, .prose ol {padding-left: 1.6em !important; margin-left: 0 !important;}
176
+ .prose li {line-height: 1.6; margin: 4px 0;}
177
+ .prose p {line-height: 1.6;}
178
+ #problem-sidebar {padding: 6px 18px 16px 22px !important;}
179
+ #result-card {padding: 2px 18px !important;}
180
  """
181
 
182
  HERO = """
samples/enteric_indoor_case.png CHANGED