Spaces:
Sleeping
Sleeping
Commit
·
9e9651a
1
Parent(s):
491cb17
Changes in font size
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks(css=dark_css) as demo:
|
|
191 |
#gr.Markdown("<h1 style='text-align: center;color:white'>Collinear Guard Nano</h1>")
|
192 |
gr.Markdown(
|
193 |
"""
|
194 |
-
<p style='text-align: center; color: white; font-size:
|
195 |
Test <span style="color: orange;">Collinear Guard Nano</span> and compare it with Llama Guard 3 using the sample conversations below, or type your own.
|
196 |
<span style="color: orange; ">Collinear Guard Nano</span> supports <span style="color: white;">3 Key Safety Tasks</span>:<br>
|
197 |
<span style="color: orange; font-weight:bold"> Prompt Evaluation</span>,<span style="color: orange; font-weight:bold">Response Evaluation</span> and
|
|
|
191 |
#gr.Markdown("<h1 style='text-align: center;color:white'>Collinear Guard Nano</h1>")
|
192 |
gr.Markdown(
|
193 |
"""
|
194 |
+
<p style='text-align: center; color: white; font-size: 14px;'>
|
195 |
Test <span style="color: orange;">Collinear Guard Nano</span> and compare it with Llama Guard 3 using the sample conversations below, or type your own.
|
196 |
<span style="color: orange; ">Collinear Guard Nano</span> supports <span style="color: white;">3 Key Safety Tasks</span>:<br>
|
197 |
<span style="color: orange; font-weight:bold"> Prompt Evaluation</span>,<span style="color: orange; font-weight:bold">Response Evaluation</span> and
|