Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,3 +25,4 @@ pandas_ai = PandasAI(llm, save_charts =True, conversational=False, verbose=True)
|
|
25 |
prompt = 'Plot the histogram of countries showing for each the gdp, using different colors for each bar' #@param [ "What is the relation between GDP and Happines Index", "Plot the histogram of countries showing for each the gpd, using different colors for each bar", "GDP of Top 5 Happiest Countries?"] {allow-input: true}
|
26 |
response = pandas_ai.run(df, prompt=prompt,
|
27 |
is_conversational_answer=False)
|
|
|
|
25 |
prompt = 'Plot the histogram of countries showing for each the gdp, using different colors for each bar' #@param [ "What is the relation between GDP and Happines Index", "Plot the histogram of countries showing for each the gpd, using different colors for each bar", "GDP of Top 5 Happiest Countries?"] {allow-input: true}
|
26 |
response = pandas_ai.run(df, prompt=prompt,
|
27 |
is_conversational_answer=False)
|
28 |
+
response.plot()
|