Sandeep120205 commited on
Commit
0bd3eee
·
verified ·
1 Parent(s): 8c5d19a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="/file=banner.png" style="height:60px; width:auto;" />
80
  </div>
81
  """
82
  )
@@ -93,4 +93,4 @@ with gr.Blocks(css=css, title="Agent Shield") as demo:
93
  ),
94
  )
95
 
96
- demo.launch(allowed_paths=["banner.png"])
 
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()