Soumik555 commited on
Commit
a237f9a
·
1 Parent(s): 9d31b19

added table renderer with scollbars

Browse files
Files changed (1) hide show
  1. together_ai_llama_agent.py +1 -1
together_ai_llama_agent.py CHANGED
@@ -140,7 +140,7 @@ Strict Rules:
140
  fontsize=12)
141
  plt.tight_layout()
142
  plt.show()
143
- 4. For Lists and Dictionaries, return them as JSON
144
 
145
  Example:
146
  import json
 
140
  fontsize=12)
141
  plt.tight_layout()
142
  plt.show()
143
+ 4. For Lists, Tables and Dictionaries, always return them as JSON
144
 
145
  Example:
146
  import json