single tooltip component
Browse files
openai_pandasai_service.py
CHANGED
@@ -20,7 +20,7 @@ current_llm_index = 0
|
|
20 |
|
21 |
instructions = """
|
22 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
23 |
-
- For multiple charts, arrange them in a format (2x2, 3x3, etc.)
|
24 |
- Use professional and color-blind friendly palettes.
|
25 |
- Do not use sns.set_palette()
|
26 |
- Read above instructions and follow them.
|
|
|
20 |
|
21 |
instructions = """
|
22 |
- Please ensure that each value is clearly visible, You may need to adjust the font size, rotate the labels, or use truncation to improve readability (if needed).
|
23 |
+
- For multiple charts, arrange them in a grid format (2x2, 3x3, etc.)
|
24 |
- Use professional and color-blind friendly palettes.
|
25 |
- Do not use sns.set_palette()
|
26 |
- Read above instructions and follow them.
|