Spaces:
Running
Running
Update app.py
Browse files
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
|
|
|
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'
|