Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks(css=css, title="Agent Shield") as demo:
|
|
| 76 |
gr.Markdown(
|
| 77 |
"""
|
| 78 |
<div style="text-align:center; padding: 16px 0 8px 0;">
|
| 79 |
-
<img src="/
|
| 80 |
</div>
|
| 81 |
"""
|
| 82 |
)
|
|
@@ -93,4 +93,4 @@ with gr.Blocks(css=css, title="Agent Shield") as demo:
|
|
| 93 |
),
|
| 94 |
)
|
| 95 |
|
| 96 |
-
demo.launch(
|
|
|
|
| 76 |
gr.Markdown(
|
| 77 |
"""
|
| 78 |
<div style="text-align:center; padding: 16px 0 8px 0;">
|
| 79 |
+
<img src="https://huggingface.co/spaces/Sandeep120205/agent-shield/resolve/main/banner.png" style="height:60px; width:auto;" />
|
| 80 |
</div>
|
| 81 |
"""
|
| 82 |
)
|
|
|
|
| 93 |
),
|
| 94 |
)
|
| 95 |
|
| 96 |
+
demo.launch()
|