diff --git a/projects/README.md b/projects/README.md
index 1089af8194..f6f38bb15c 100644
--- a/projects/README.md
+++ b/projects/README.md
@@ -54,7 +54,11 @@ We also provide some documentation listed below to help you get started:
-- **[💃Just-Dance](./just_dance)**: Enhancing Dance scoring system for comparing dance performances in videos
+- **[💃Just-Dance](./just_dance)**: Enhancing Dance scoring system for comparing dance performances in videos.
+
+ TRY IT NOW
+
+
diff --git a/projects/just_dance/README.md b/projects/just_dance/README.md
index 70390215f9..385ef03005 100644
--- a/projects/just_dance/README.md
+++ b/projects/just_dance/README.md
@@ -1,10 +1,18 @@
# Just Dance - A Simple Implementation
+
+
+ Try it on OpenXLab
+
+
+
This project presents a dance scoring system based on RTMPose. Users can compare the similarity between two dancers in different videos: one referred to as the "teacher video" and the other as the "student video."
-Here is an example of the output dance comparison:
+Here are examples of the output dance comparison:
+
+
-![output](https://github.com/open-mmlab/mmpose/assets/26127467/56d5c4d1-55d8-4222-b481-2418cc29a8d4)
+
## Usage