Spaces:
Runtime error
Runtime error
Zekun Wu
commited on
Commit
·
d1ba853
1
Parent(s):
49ca216
add readme
Browse files
@
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
update
|
| 2 |
+
# Please enter the commit message for your changes. Lines starting
|
| 3 |
+
# with '#' will be ignored, and an empty message aborts the commit.
|
| 4 |
+
#
|
| 5 |
+
# Committer: Zekun Wu <[email protected]>
|
| 6 |
+
#
|
| 7 |
+
# On branch main
|
| 8 |
+
# Your branch is up to date with 'origin/main'.
|
| 9 |
+
#
|
| 10 |
+
# Changes to be committed:
|
| 11 |
+
# deleted: README.md
|
| 12 |
+
#
|
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multidimensional_Multilevel_Bias_Detection
|
| 3 |
+
emoji: 📉
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.21.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|