Spaces:
Runtime error
Runtime error
Commit
·
c39978f
1
Parent(s):
50ccfc5
Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,7 @@ create_pie()
|
|
124 |
with gr.Blocks() as demo:
|
125 |
# frequencies = get_pr_status("librarian-bot")
|
126 |
gr.HTML(Path("description.html").read_text())
|
|
|
127 |
# gr.Markdown(f"Total PRs opened: {sum(frequencies.values())}")
|
128 |
with gr.Column():
|
129 |
gr.Markdown("## Pull requests Status")
|
|
|
124 |
with gr.Blocks() as demo:
|
125 |
# frequencies = get_pr_status("librarian-bot")
|
126 |
gr.HTML(Path("description.html").read_text())
|
127 |
+
gr.Markdown(f"Total prs and issues opened by librarian-bot: {len(update_data())}")
|
128 |
# gr.Markdown(f"Total PRs opened: {sum(frequencies.values())}")
|
129 |
with gr.Column():
|
130 |
gr.Markdown("## Pull requests Status")
|