sxd3125 commited on
Commit
72cc2b2
1 Parent(s): 0a252c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ pandas_ai = PandasAI(llm, save_charts =True, conversational=False, verbose=True)
26
  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}
27
  response = pandas_ai.run(df, prompt=prompt,
28
  is_conversational_answer=False)
29
- response.plot()
 
26
  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}
27
  response = pandas_ai.run(df, prompt=prompt,
28
  is_conversational_answer=False)
29
+ print(response.xlabel)