petrified commited on
Commit
3949d30
·
verified ·
1 Parent(s): 5603e7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ def random_response(message, history):
134
  summary = lida.summarize(df_data)
135
 
136
  print(f'*'*50)
137
- goals = lida.goals(summary, n=1, textgen_config=text_gen_config,persona=f'Do not use white color or the same color of background for the line or bar.An data analyst of the company who want to know {question}')
138
 
139
  # ValueError: Unsupported library. Choose from 'matplotlib', 'seaborn', 'plotly', 'bokeh', 'ggplot', 'altair'.
140
 
 
134
  summary = lida.summarize(df_data)
135
 
136
  print(f'*'*50)
137
+ goals = lida.goals(summary, n=1, textgen_config=text_gen_config,persona=f'Do not use white color for the line or bar.Use White background for the graph.Show the average line.An data analyst of the company who want to know {question}')
138
 
139
  # ValueError: Unsupported library. Choose from 'matplotlib', 'seaborn', 'plotly', 'bokeh', 'ggplot', 'altair'.
140