tanveeshsingh commited on
Commit
c7d3b5f
1 Parent(s): 35e9ab6

Update app.py

Browse files

Changes for UI

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(css=dark_css) as demo:
249
  # Two text outputs, placed side by side for model outputs
250
  with gr.Row():
251
  with gr.Column():
252
- collinear_output = gr.Textbox(label="Collinear Guard Nano(~3B) Output", lines=3)
253
  with gr.Column():
254
  llama_output = gr.Textbox(label="LLaMA-Guard 3 (8B) Output", lines=3)
255
 
 
249
  # Two text outputs, placed side by side for model outputs
250
  with gr.Row():
251
  with gr.Column():
252
+ collinear_output = gr.Textbox(label="Collinear Guard Nano(<1B) Output", lines=3)
253
  with gr.Column():
254
  llama_output = gr.Textbox(label="LLaMA-Guard 3 (8B) Output", lines=3)
255