Commit
β’
db2dd51
1
Parent(s):
4106c01
Update app.py
Browse files
app.py
CHANGED
@@ -170,8 +170,8 @@ def main() -> None:
|
|
170 |
gr.Markdown(
|
171 |
f"""
|
172 |
## π Progress
|
173 |
-
<h3> {annotated}({percentage_completed}%) are completed</h3>
|
174 |
-
<h3> {remaining}
|
175 |
"""
|
176 |
)
|
177 |
plot = gr.Plot(label="Plot")
|
|
|
170 |
gr.Markdown(
|
171 |
f"""
|
172 |
## π Progress
|
173 |
+
<h3> {annotated} records ({percentage_completed}%) are completed</h3>
|
174 |
+
<h3> {remaining} records to reach the target</h3>
|
175 |
"""
|
176 |
)
|
177 |
plot = gr.Plot(label="Plot")
|