Spaces:
Sleeping
Sleeping
adding link to blog
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def generate_figure(factor1, factor2, color, logx, logy):
|
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
gr.Markdown("# Cloud Compute ☁️, Energy ⚡ and Cost 💲 - Comparison Tool")
|
| 79 |
gr.Markdown(
|
| 80 |
-
"## Explore the data from 'When we pay for cloud compute, what are we really paying for?'"
|
| 81 |
)
|
| 82 |
with gr.Accordion("Methodology", open=False):
|
| 83 |
gr.Markdown(
|
|
|
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
gr.Markdown("# Cloud Compute ☁️, Energy ⚡ and Cost 💲 - Comparison Tool")
|
| 79 |
gr.Markdown(
|
| 80 |
+
"## Explore the data from the blog post ['When we pay for cloud compute, what are we really paying for?'](https://huggingface.co/blog/sasha/energy-cost-compute)"
|
| 81 |
)
|
| 82 |
with gr.Accordion("Methodology", open=False):
|
| 83 |
gr.Markdown(
|