Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -271,8 +271,8 @@ def main() -> None:
|
|
271 |
|
272 |
gr.Markdown(
|
273 |
f"""
|
274 |
-
## π Target for Releasing Dataset
|
275 |
-
How close are we to the target for version
|
276 |
"""
|
277 |
)
|
278 |
with gr.Row():
|
@@ -284,6 +284,13 @@ def main() -> None:
|
|
284 |
outputs=[plot2],
|
285 |
)
|
286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
gr.Markdown(
|
288 |
f"""
|
289 |
## π Global Progress
|
|
|
271 |
|
272 |
gr.Markdown(
|
273 |
f"""
|
274 |
+
## π Target for Releasing Dataset v2
|
275 |
+
How close are we to the target for version 2.0?
|
276 |
"""
|
277 |
)
|
278 |
with gr.Row():
|
|
|
284 |
outputs=[plot2],
|
285 |
)
|
286 |
|
287 |
+
gr.Markdown(
|
288 |
+
f"""
|
289 |
+
## π Target for Releasing Dataset v1
|
290 |
+
Done! Thanks to the awesome DIBT community we've surpassed 10K rated prompts. Open Dataset coming soon!
|
291 |
+
"""
|
292 |
+
)
|
293 |
+
|
294 |
gr.Markdown(
|
295 |
f"""
|
296 |
## π Global Progress
|