From 285707b56640120913084623a657e4eb7e94a76d Mon Sep 17 00:00:00 2001
From: Google Colaboratory Team
Date: Mon, 8 Sep 2025 10:19:27 -0700
Subject: [PATCH] No public description
PiperOrigin-RevId: 804485959
---
google/colab/_quickchart_hint_button.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/google/colab/_quickchart_hint_button.py b/google/colab/_quickchart_hint_button.py
index e15cdd41..feb4e57f 100644
--- a/google/colab/_quickchart_hint_button.py
+++ b/google/colab/_quickchart_hint_button.py
@@ -259,8 +259,6 @@ def register_df_and_get_html(df):
def _df_formatter_with_hint_buttons(df):
"""Alternate df formatter with buttons for interactive and quickchart."""
buttons = []
- if len(df) >= _QUICKCHART_BUTTON_MIN_ROW_COUNT:
- buttons.append(register_df_and_get_html(df))
if _ENABLE_GENERATE:
buttons.append(_generate_with_variable.get_html(df))
# pylint: disable=protected-access