dvilasuero HF staff commited on
Commit
4d2d176
β€’
1 Parent(s): dc57185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,8 +170,8 @@ def main() -> None:
170
  gr.Markdown(
171
  f"""
172
  ## πŸš€ Contributors Progress
173
- ### Completed: **{annotated}** (**({percentage_completed})**)
174
- ### Remaining: **{remaining}**
175
  """
176
  )
177
  plot = gr.Plot(label="Plot")
 
170
  gr.Markdown(
171
  f"""
172
  ## πŸš€ Contributors Progress
173
+ ### **{annotated}** **({percentage_completed}%) are completed**
174
+ ### **{remaining}** are remaining to reach the target
175
  """
176
  )
177
  plot = gr.Plot(label="Plot")