Streamlit app: How I see my plots in streamlit interface. At present plot is creating as a temp_chat.png file. #772
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
Hi @mraguth , check streamlit example https://github.com/gventuri/pandas-ai/blob/main/examples/using_streamlit.py |
Beta Was this translation helpful? Give feedback.
-
|
Hi @gventuri I do have the same issue, plot is generated and saved as a temp_chart.png. logger's The user asked the following question: QUERYHow does the distribution of item visibility vary across different outlet types? You generated this python code: It fails with the following error: Fix the python code above and return the new python code: The user asked the following question: QUERYHow does the distribution of item visibility vary across different outlet types? You generated this python code: It fails with the following error: Fix the python code above and return the new python code: INFO:pandasai.helpers.logger:Code generated: df = pd.concat(dfs) INFO:pandasai.helpers.logger:Executing Step 2: CodeCleaning |
Beta Was this translation helpful? Give feedback.
-
|
I did a workaround for now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Hi @mraguth , check streamlit example https://github.com/gventuri/pandas-ai/blob/main/examples/using_streamlit.py