Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from code_reviewer import review_code
|
|
| 3 |
|
| 4 |
st.title("🤖 Code Review Agent (Hugging Face Edition)")
|
| 5 |
|
|
|
|
| 6 |
code = st.text_area("Paste your code diff or snippet here 👇", height=300)
|
| 7 |
|
| 8 |
if st.button("Review Code"):
|
|
|
|
| 3 |
|
| 4 |
st.title("🤖 Code Review Agent (Hugging Face Edition)")
|
| 5 |
|
| 6 |
+
|
| 7 |
code = st.text_area("Paste your code diff or snippet here 👇", height=300)
|
| 8 |
|
| 9 |
if st.button("Review Code"):
|