Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ figure, axis, dataframe = plot_label_distributions(
|
|
219 |
|
220 |
with gr.Blocks() as demo:
|
221 |
gr.Markdown("# Federated Dataset: Partitioning Visualization")
|
222 |
-
gr.Markdown("See partitioned datasets for Federated Learning experiments. The partitioning and visualization were created using `flwr-datasets`. To open in a new tab, click the [link](https://huggingface.co/spaces/
|
223 |
|
224 |
with gr.Row():
|
225 |
with gr.Column(scale=1):
|
|
|
219 |
|
220 |
with gr.Blocks() as demo:
|
221 |
gr.Markdown("# Federated Dataset: Partitioning Visualization")
|
222 |
+
gr.Markdown("See partitioned datasets for Federated Learning experiments. The partitioning and visualization were created using `flwr-datasets`. To open in a new tab, click the [link](https://huggingface.co/spaces/flwrlabs/federated-learning-datasets-by-flwr-datasets).")
|
223 |
|
224 |
with gr.Row():
|
225 |
with gr.Column(scale=1):
|