utkarshshukla2912 commited on
Commit
7c25dfb
·
1 Parent(s): 9d523e2

changed copy

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -214,7 +214,8 @@ with gr.Blocks(
214
  )
215
  with gr.Column(scale=1):
216
  generation_counter = gr.Markdown(
217
- f"**🌍 Generations:** {initial_counter}", elem_id="counter"
 
218
  )
219
 
220
  # Best Practices Section
 
214
  )
215
  with gr.Column(scale=1):
216
  generation_counter = gr.Markdown(
217
+ f"**🌍 Generations since last commit:** {initial_counter}",
218
+ elem_id="counter",
219
  )
220
 
221
  # Best Practices Section