alikayh commited on
Commit
842f1a9
·
verified ·
1 Parent(s): 20e1689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ st.title("Content With Seo Generator")
5
  content = st.text_input("Please Enter Your prompt to make content via seo")
6
  model = genai.GenerativeModel("gemini-2.0-flash-exp")
7
  but = st.button("Lets Go")
8
- response = model.generate_content("[content, "برای این متنی که داده شده یک محتوا یا مقاله سئو سازی شده بنویس"]")
9
  st.markdown(response.text)
 
5
  content = st.text_input("Please Enter Your prompt to make content via seo")
6
  model = genai.GenerativeModel("gemini-2.0-flash-exp")
7
  but = st.button("Lets Go")
8
+ response = model.generate_content([content, "برای این متنی که داده شده یک محتوا یا مقاله سئو سازی شده بنویس"])
9
  st.markdown(response.text)