tanveeshsingh commited on
Commit
768d497
·
1 Parent(s): 25b7896
Files changed (1) hide show
  1. app.py +12 -7
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
- <p style='text-align: center;color:white'>
195
- Test Collinear guard nano and compare with llama guard 3 using the sample conversations below or type your own.
196
- Collinear guard nano supports 3 types of safety tasks -- prompt classification, response classification, and refusal classification.
197
- </p>
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():