Spaces:
Sleeping
Sleeping
Joash
commited on
Commit
·
0bb19de
1
Parent(s):
7819eb3
Update README with correct YAML metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Code Review Assistant V3
|
2 |
|
3 |
This Space provides an automated code review system powered by Gemma-2b-it. It analyzes code and provides suggestions for improvements in multiple categories including issues, improvements, best practices, and security considerations.
|
@@ -46,9 +57,3 @@ The Space requires the following environment variables:
|
|
46 |
## License
|
47 |
|
48 |
MIT License
|
49 |
-
|
50 |
-
---
|
51 |
-
|
52 |
-
sdk_version: 4.19.1
|
53 |
-
app_file: app.py
|
54 |
-
pinned: false
|
|
|
1 |
+
---
|
2 |
+
title: Code Review Assistant V3
|
3 |
+
emoji: 🔍
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.19.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Code Review Assistant V3
|
13 |
|
14 |
This Space provides an automated code review system powered by Gemma-2b-it. It analyzes code and provides suggestions for improvements in multiple categories including issues, improvements, best practices, and security considerations.
|
|
|
57 |
## License
|
58 |
|
59 |
MIT License
|
|
|
|
|
|
|
|
|
|
|
|