Spaces:
Runtime error
Runtime error
Commit ·
def517a
1
Parent(s): 1f1af7e
fix the link points detail.md
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ class SurveyEngine:
|
|
| 241 |
Click the button below 🎲 if you'd like to evaluate another set. \n\n
|
| 242 |
You can exit this study by closing this page.
|
| 243 |
For more details about this study, click
|
| 244 |
-
[here](https://huggingface.co/spaces/zirui-wang/
|
| 245 |
"""
|
| 246 |
|
| 247 |
# display confirm message
|
|
|
|
| 241 |
Click the button below 🎲 if you'd like to evaluate another set. \n\n
|
| 242 |
You can exit this study by closing this page.
|
| 243 |
For more details about this study, click
|
| 244 |
+
[here](https://huggingface.co/spaces/zirui-wang/video_quality_study/blob/main/detail.md).
|
| 245 |
"""
|
| 246 |
|
| 247 |
# display confirm message
|