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