Rijgersberg commited on
Commit
c79bd97
β€’
1 Parent(s): 130216e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +22 -22
app.py CHANGED
@@ -303,28 +303,28 @@ def main() -> None:
303
  """
304
  )
305
 
306
- gr.Markdown(
307
- f"""
308
- ## πŸ“Š Target for Releasing Dataset v2
309
- How close are we to the target for version 2.0?
310
- """
311
- )
312
- with gr.Row():
313
-
314
- donut_target_plot = gr.Plot(label="Plot")
315
- demo.load(
316
- donut_chart_target,
317
- inputs=[],
318
- outputs=[donut_target_plot],
319
- every=update_interval_charts,
320
- )
321
-
322
- gr.Markdown(
323
- f"""
324
- ## πŸ“Š Target for Releasing Dataset v1
325
- Done! Thanks to the awesome DIBT community we've surpassed 10K rated prompts. Open Dataset coming soon!
326
- """
327
- )
328
 
329
  gr.Markdown(
330
  f"""
 
303
  """
304
  )
305
 
306
+ # gr.Markdown(
307
+ # f"""
308
+ # ## πŸ“Š Target for Releasing Dataset v2
309
+ # How close are we to the target for version 2.0?
310
+ # """
311
+ # )
312
+ # with gr.Row():
313
+
314
+ # donut_target_plot = gr.Plot(label="Plot")
315
+ # demo.load(
316
+ # donut_chart_target,
317
+ # inputs=[],
318
+ # outputs=[donut_target_plot],
319
+ # every=update_interval_charts,
320
+ # )
321
+
322
+ # gr.Markdown(
323
+ # f"""
324
+ # ## πŸ“Š Target for Releasing Dataset v1
325
+ # Done! Thanks to the awesome DIBT community we've surpassed 10K rated prompts. Open Dataset coming soon!
326
+ # """
327
+ # )
328
 
329
  gr.Markdown(
330
  f"""