Spaces:
Sleeping
Sleeping
update color
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: DePickle
|
| 3 |
emoji: 🔍
|
| 4 |
colorFrom: indigo
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.46.0
|
| 8 |
app_file: app.py
|
|
@@ -48,4 +48,4 @@ It’s designed for inspection and debugging — no arbitrary code execution, no
|
|
| 48 |
> ⚠️ **Note**: DePickle is intended for safe **inspection only**.
|
| 49 |
> If you need to actually execute pickled objects (e.g., with their original classes), always do so locally and only with files you fully trust.
|
| 50 |
|
| 51 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 2 |
title: DePickle
|
| 3 |
emoji: 🔍
|
| 4 |
colorFrom: indigo
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.46.0
|
| 8 |
app_file: app.py
|
|
|
|
| 48 |
> ⚠️ **Note**: DePickle is intended for safe **inspection only**.
|
| 49 |
> If you need to actually execute pickled objects (e.g., with their original classes), always do so locally and only with files you fully trust.
|
| 50 |
|
| 51 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|