Anne31415 commited on
Commit
59878ad
·
1 Parent(s): e713c7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}"