Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# A/B Test Simulator
|
| 2 |
|
| 3 |
Interactive tool for planning and analyzing A/B tests for AI features.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: A/B Test Simulator
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
python_version: 3.10
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# A/B Test Simulator
|
| 14 |
|
| 15 |
Interactive tool for planning and analyzing A/B tests for AI features.
|