Spaces:
Sleeping
Sleeping
Font size fix
Browse files
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;
|
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>
|