tanveeshsingh commited on
Commit
c67367f
·
verified ·
1 Parent(s): f9a215a

Font size fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=dark_css) as demo:
192
  #gr.Markdown("<h1 style='text-align: center;color:white'>Collinear Guard Nano</h1>")
193
  gr.Markdown(
194
  """
195
- <p style='text-align: center; color: white; font-size: 14px;'>
196
  Test Collinear Guard Nano and compare it with Llama Guard 3 using the sample conversations below, or type your own.
197
  Collinear Guard Nano supports <span style="color: white;">3 Key Safety Tasks</span>:<br>
198
  Prompt Evaluation, Response Evaluation and Refusal Evaluation</li>
 
192
  #gr.Markdown("<h1 style='text-align: center;color:white'>Collinear Guard Nano</h1>")
193
  gr.Markdown(
194
  """
195
+ <p style='text-align: center; color: white;'>
196
  Test Collinear Guard Nano and compare it with Llama Guard 3 using the sample conversations below, or type your own.
197
  Collinear Guard Nano supports <span style="color: white;">3 Key Safety Tasks</span>:<br>
198
  Prompt Evaluation, Response Evaluation and Refusal Evaluation</li>