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