Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def cloud_button(label, key=None):
|
|
92 |
}};
|
93 |
</script>
|
94 |
"""
|
95 |
-
return cloud_button_html
|
96 |
|
97 |
def spaced_cloud_button(label):
|
98 |
button_id = f"cloud-button-{label}"
|
|
|
92 |
}};
|
93 |
</script>
|
94 |
"""
|
95 |
+
return cloud_button_html
|
96 |
|
97 |
def spaced_cloud_button(label):
|
98 |
button_id = f"cloud-button-{label}"
|