AnishaG0201 commited on
Commit
95ffec8
1 Parent(s): b5076ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_linkedin_post(topic):
12
  response = llm(prompt)
13
  return response
14
 
15
- with st.form("my_form"): topic = st.text_area()
16
 
17
  submitted = st.form_submit_button("Generate Post")
18
  if submitted and topic:
 
12
  response = llm(prompt)
13
  return response
14
 
15
+ with st.form("my_form"): topic = st.text_area("Ask me any question")
16
 
17
  submitted = st.form_submit_button("Generate Post")
18
  if submitted and topic: