blazingbunny commited on
Commit
0cb3acc
·
verified ·
1 Parent(s): d4078f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks(title="React2Shell Scanner") as demo:
349
  # Footer
350
  gr.Markdown("---")
351
  gr.Markdown(
352
- "Created by [Adrian Ponce del Rosario](https://www.linkedin.com/in/adrian-ponce-del-rosario-seo/) | "
353
  "Based on the original research by [Assetnote](https://github.com/assetnote/react2shell-scanner)"
354
  )
355
 
 
349
  # Footer
350
  gr.Markdown("---")
351
  gr.Markdown(
352
+ "This react2shell analysis web app is created by [Adrian Ponce del Rosario](https://www.linkedin.com/in/adrian-ponce-del-rosario-seo/) | "
353
  "Based on the original research by [Assetnote](https://github.com/assetnote/react2shell-scanner)"
354
  )
355