Zachary Schillaci
commited on
Commit
·
9579da5
1
Parent(s):
927b7ba
Add HF config to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AMLD SQL Injection Demo
|
| 2 |
|
| 3 |
## Introduction
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AMLD SQL Injection Demo
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8050
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: Introduction.py
|
| 10 |
+
fullWidth: true
|
| 11 |
+
pinned: true
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# AMLD SQL Injection Demo
|
| 15 |
|
| 16 |
## Introduction
|