Spaces:
Sleeping
Sleeping
Commit
•
73b17e1
1
Parent(s):
66de1e0
fix url
Browse files
app.py
CHANGED
@@ -175,7 +175,10 @@ def update_dashboard():
|
|
175 |
|
176 |
|
177 |
with gr.Blocks() as demo:
|
178 |
-
gr.Markdown("# Argilla Dataset Dashboard")
|
|
|
|
|
|
|
179 |
|
180 |
with gr.Row():
|
181 |
gauge_output = gr.Plot(label="Overall Progress")
|
|
|
175 |
|
176 |
|
177 |
with gr.Blocks() as demo:
|
178 |
+
gr.Markdown("# Argilla Dataset Annotation Progress Dashboard")
|
179 |
+
gr.Markdown(
|
180 |
+
"This dashboard shows the progress of the dataset annotation and the contributions of the annotators for a dataset on [Argilla](https://davanstrien-my-argilla.hf.space/dataset/1100a091-7f3f-4a6e-ad51-4e859abab58f/annotation-mode?page=2&status=pending)."
|
181 |
+
)
|
182 |
|
183 |
with gr.Row():
|
184 |
gauge_output = gr.Plot(label="Overall Progress")
|