prakharg24 commited on
Commit
91f0af5
·
verified ·
1 Parent(s): f425ca1

Update my_pages/ica.py

Browse files
Files changed (1) hide show
  1. my_pages/ica.py +1 -1
my_pages/ica.py CHANGED
@@ -92,7 +92,7 @@ def render():
92
  # --- Dummy points scattered inside triangle ---
93
  # (x, y, text)
94
  locations = [
95
- (0.9, 0.1, "Random Seeds" "Random Seeds are highly arbitrary, without any convention or intentionality.", "left", "bottom"),
96
  (0.3, 0.1, "Neural networks for Tabular Data", "Using neural networks of some arbitrary size (hidden layers) for a setting where \
97
  they are not needed is highly conventional, a bit arbitrary, and has very low intentionality.", "right", "bottom"),
98
  (0.35, 0.6, "Pre-trained LLM for a Complex Task", "Using a high performing LLM for a complex task is intentional, however, it also has \
 
92
  # --- Dummy points scattered inside triangle ---
93
  # (x, y, text)
94
  locations = [
95
+ (0.9, 0.1, "Random Seeds", "Random Seeds are highly arbitrary, without any convention or intentionality.", "left", "bottom"),
96
  (0.3, 0.1, "Neural networks for Tabular Data", "Using neural networks of some arbitrary size (hidden layers) for a setting where \
97
  they are not needed is highly conventional, a bit arbitrary, and has very low intentionality.", "right", "bottom"),
98
  (0.35, 0.6, "Pre-trained LLM for a Complex Task", "Using a high performing LLM for a complex task is intentional, however, it also has \