alikayh commited on
Commit
da29026
·
verified ·
1 Parent(s): 8a18440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ st.info("Developed by Alikay_h --> github.com/kayhgng")
9
  content = st.text_input("Please Enter Your prompt to make content via seo")
10
  model = genai.GenerativeModel("gemini-2.0-flash-exp")
11
  but = st.button("Lets Go")
 
12
  if content is not None and but:
13
  response = model.generate_content([content, "خودت رو بعنوان یک متخصص سئو تصمور کن و طبق این متنی که بهت داده شده یک مقاله فوق العاده خوب و سئو سازی شده بنویس و کلمات کلیدی مقاله رو بنویس"])
14
  st.markdown(response.text)
 
9
  content = st.text_input("Please Enter Your prompt to make content via seo")
10
  model = genai.GenerativeModel("gemini-2.0-flash-exp")
11
  but = st.button("Lets Go")
12
+ st.title("Your content via seo:")
13
  if content is not None and but:
14
  response = model.generate_content([content, "خودت رو بعنوان یک متخصص سئو تصمور کن و طبق این متنی که بهت داده شده یک مقاله فوق العاده خوب و سئو سازی شده بنویس و کلمات کلیدی مقاله رو بنویس"])
15
  st.markdown(response.text)