alikayh commited on
Commit
2c2459a
·
verified ·
1 Parent(s): bbb68c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import subprocess
3
- subprocess.run("pip install google-generativeai", shell=True)
4
  import google.generativeai as genai
5
  API = "AIzaSyCnGOmzLjc0KmtlVbphefE9Y8r9w7I8UFw"
6
  st.title("Content With Seo Generator")
 
1
  import streamlit as st
2
  import subprocess
3
+ subprocess.run("pip install -q -U google-generativeai", shell=True)
4
  import google.generativeai as genai
5
  API = "AIzaSyCnGOmzLjc0KmtlVbphefE9Y8r9w7I8UFw"
6
  st.title("Content With Seo Generator")