Spaces:
Build error
Build error
dashboard
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ with block:
|
|
| 300 |
|
| 301 |
with gr.TabItem('Dashboard') as listen_tab:
|
| 302 |
|
| 303 |
-
gr.Markdown("
|
| 304 |
display_html = gr.HTML("""<div style="color: green">
|
| 305 |
<p> ⌛ Please wait. Loading dashboard... </p>
|
| 306 |
</div>
|
|
|
|
| 300 |
|
| 301 |
with gr.TabItem('Dashboard') as listen_tab:
|
| 302 |
|
| 303 |
+
gr.Markdown("Statistics on the recordings contributed. You can find them <a href='https://huggingface.co/datasets/chrisjay/crowd-speech-africa' target='blank'>here</a>.")
|
| 304 |
display_html = gr.HTML("""<div style="color: green">
|
| 305 |
<p> ⌛ Please wait. Loading dashboard... </p>
|
| 306 |
</div>
|