Upload app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ st.set_page_config(
|
|
| 15 |
)
|
| 16 |
|
| 17 |
# Set default dataset and space configuration
|
| 18 |
-
DEFAULT_DATASET = "
|
| 19 |
|
| 20 |
# Get token from HF Spaces secrets if available, otherwise leave empty
|
| 21 |
try:
|
|
|
|
| 15 |
)
|
| 16 |
|
| 17 |
# Set default dataset and space configuration
|
| 18 |
+
DEFAULT_DATASET = "kcrl/Hate-Speech"
|
| 19 |
|
| 20 |
# Get token from HF Spaces secrets if available, otherwise leave empty
|
| 21 |
try:
|