Spaces:
Sleeping
Sleeping
Kieran Fraser
commited on
Commit
·
9164106
1
Parent(s):
7eccf3e
Updated logo.
Browse filesSigned-off-by: Kieran Fraser <[email protected]>
app.py
CHANGED
@@ -369,7 +369,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
369 |
|
370 |
with gr.Row():
|
371 |
with gr.Column(scale=1):
|
372 |
-
gr.Image(value="./art_lfai.png", show_label=False, show_download_button=False, width=100)
|
373 |
with gr.Column(scale=20):
|
374 |
gr.Markdown(f"<h1>Red-teaming HuggingFace with ART (v{text})</h1>", elem_classes="plot-padding")
|
375 |
|
|
|
369 |
|
370 |
with gr.Row():
|
371 |
with gr.Column(scale=1):
|
372 |
+
gr.Image(value="./art_lfai.png", show_label=False, show_download_button=False, width=100, show_share_button=False)
|
373 |
with gr.Column(scale=20):
|
374 |
gr.Markdown(f"<h1>Red-teaming HuggingFace with ART (v{text})</h1>", elem_classes="plot-padding")
|
375 |
|