Spaces:
Sleeping
Sleeping
Commit
·
768d497
1
Parent(s):
25b7896
Changes
Browse files
app.py
CHANGED
@@ -190,13 +190,18 @@ with gr.Blocks(css=dark_css) as demo:
|
|
190 |
# Header section with larger, centered title
|
191 |
#gr.Markdown("<h1 style='text-align: center;color:white'>Collinear Guard Nano</h1>")
|
192 |
gr.Markdown(
|
193 |
-
|
194 |
-
|
195 |
-
Test Collinear
|
196 |
-
|
197 |
-
</
|
198 |
-
""
|
199 |
-
|
|
|
|
|
|
|
|
|
|
|
200 |
|
201 |
# Main content: dropdowns and textboxes in organized rows/columns
|
202 |
with gr.Row():
|
|
|
190 |
# Header section with larger, centered title
|
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: 12px;'>
|
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-size: 16px;"> Prompt Evaluation</span>,<span style="color: orange; font-size: 16px;">Response Evaluation</span> and
|
198 |
+
<span style="color: orange; font-size: 16px;"> Refusal Evaluation</span></li>
|
199 |
+
</p>
|
200 |
+
|
201 |
+
<ul style='text-align: left; list-style: none; padding: 0; font-size: 14px;'>
|
202 |
+
</ul>
|
203 |
+
"""
|
204 |
+
)
|
205 |
|
206 |
# Main content: dropdowns and textboxes in organized rows/columns
|
207 |
with gr.Row():
|