petrified commited on
Commit
1dd98da
·
verified ·
1 Parent(s): bf8f568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def random_response(message):
206
 
207
 
208
  try:
209
- temp_chart = lida.visualize(summary=summary, goal=str(insights)+"Graph heigh 800,width 1000.Set different colors to different varibles.x label rotate 45 degree,do not use the guide line", textgen_config=text_gen_config,library='matplotlib')
210
  print(f'*'*50)
211
  code = temp_chart[0].code
212
  print(f"{code}")
 
206
 
207
 
208
  try:
209
+ temp_chart = lida.visualize(summary=summary, goal=str(insights)+"Graph heigh 800,width 1000.Set different colors to different varibles.x label rotate 60 degree,do not use the guide line", textgen_config=text_gen_config,library='matplotlib')
210
  print(f'*'*50)
211
  code = temp_chart[0].code
212
  print(f"{code}")