Hello we can’t programm streamlit python via python with Gemini API because we can’t install module
1 Like
How about like this?
import subprocess
subprocess.run("pip install google-generativeai", shell=True)
1 Like
Oh! Nice suggestion Man!
subprocess
I had completely forgotten.
1 Like
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.