Alex commited on
Commit
00327b5
Β·
1 Parent(s): b31be61
Files changed (2) hide show
  1. README.md +3 -3
  2. app.py +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ storage: persistent
14
 
15
  # πŸ† CodeReview Leaderboard
16
 
17
- A comprehensive benchmark and leaderboard for code review generation models, inspired by [circle-guard-bench](https://huggingface.co/spaces/whitecircle-ai/circle-guard-bench).
18
 
19
  ## ✨ Features
20
 
@@ -127,7 +127,7 @@ Open your browser to `http://localhost:7860`
127
  - **Display Utils**: Provides filtering, formatting, and table generation
128
  - **Dark Theme**: Custom CSS for modern, accessible interface
129
 
130
- ## 🎨 Features Inspired by circle-guard-bench
131
 
132
  ### βœ… Implemented Features
133
 
@@ -205,7 +205,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
205
 
206
  ## πŸ™ Acknowledgments
207
 
208
- - Inspired by [circle-guard-bench](https://huggingface.co/spaces/whitecircle-ai/circle-guard-bench)
209
  - Built with [Gradio](https://gradio.app/) for the web interface
210
  - Thanks to the open-source community for tools and inspiration
211
 
 
14
 
15
  # πŸ† CodeReview Leaderboard
16
 
17
+ A comprehensive benchmark and leaderboard for code review generation models, inspired by [CodeReviewBench](https://huggingface.co/spaces/your-org/CodeReviewBench).
18
 
19
  ## ✨ Features
20
 
 
127
  - **Display Utils**: Provides filtering, formatting, and table generation
128
  - **Dark Theme**: Custom CSS for modern, accessible interface
129
 
130
+ ## 🎨 Features Inspired by CodeReviewBench
131
 
132
  ### βœ… Implemented Features
133
 
 
205
 
206
  ## πŸ™ Acknowledgments
207
 
208
+ - Inspired by [CodeReviewBench](https://huggingface.co/spaces/your-org/CodeReviewBench)
209
  - Built with [Gradio](https://gradio.app/) for the web interface
210
  - Thanks to the open-source community for tools and inspiration
211
 
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- CodeReview Leaderboard - Inspired by circle-guard-bench
3
  A comprehensive leaderboard for code review generation models
4
  """
5
 
 
1
  """
2
+ CodeReview Leaderboard - Inspired by CodeReviewBench
3
  A comprehensive leaderboard for code review generation models
4
  """
5