hruday96 commited on
Commit
edabf5c
·
verified ·
1 Parent(s): cb069fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ GOOGLE_API_KEY = st.secrets["GEMINI_API_KEY"]
11
  genai.configure(api_key=GOOGLE_API_KEY)
12
 
13
  # Input field for the blog topic
14
- topic = st.text_area('Enter your promt:', placeholder='E.g., The Future of Artificial Intelligence')
 
11
  genai.configure(api_key=GOOGLE_API_KEY)
12
 
13
  # Input field for the blog topic
14
+ topic = st.text_area('Enter your prompt: ') #placeholder='E.g., The Future of Artificial Intelligence'