zhimin-z
commited on
Commit
·
ef6fc2a
1
Parent(s):
92ff2c2
add
Browse files
app.py
CHANGED
|
@@ -640,7 +640,7 @@ print(f"On startup: Loads cached data from HuggingFace on demand")
|
|
| 640 |
print(f"{'='*80}\n")
|
| 641 |
|
| 642 |
# Create Gradio interface
|
| 643 |
-
with gr.Blocks(title="SWE Assistant PR, Review & Commit Leaderboard") as app:
|
| 644 |
gr.Markdown("# SWE Assistant PR, Review & Commit Leaderboard")
|
| 645 |
gr.Markdown(f"Track and compare GitHub pull request, review, and commit statistics for SWE assistants")
|
| 646 |
|
|
|
|
| 640 |
print(f"{'='*80}\n")
|
| 641 |
|
| 642 |
# Create Gradio interface
|
| 643 |
+
with gr.Blocks(title="SWE Assistant PR, Review & Commit Leaderboard", theme=gr.themes.Soft()) as app:
|
| 644 |
gr.Markdown("# SWE Assistant PR, Review & Commit Leaderboard")
|
| 645 |
gr.Markdown(f"Track and compare GitHub pull request, review, and commit statistics for SWE assistants")
|
| 646 |
|