Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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}")
|