Samagra07 commited on
Commit
1f9c45e
Β·
verified Β·
1 Parent(s): 0ca3879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,6 +12,8 @@ os.environ['LANGSMITH_PROJECT'] = os.getenv("LANGSMITH_PROJECT")
12
 
13
  st.set_page_config("LinkedIn Post Generator πŸ“")
14
 
 
 
15
  with st.sidebar:
16
  st.title("LinkedIn Post Generator πŸ“")
17
 
@@ -31,8 +33,6 @@ st.header("Automatic LinkedIn Post Generator πŸ“ƒπŸ“")
31
 
32
  st.caption("Made by Samagra Shrivastava with β™₯")
33
 
34
- topic = st.sidebar.text_input("Enter the topic you are interested")
35
-
36
  if topic:
37
  inputs = {"topic": topic}
38
  with st.spinner("Crew's πŸ‘·β€β™‚οΈ are actively working to generate your post...⏳⏲"):
 
12
 
13
  st.set_page_config("LinkedIn Post Generator πŸ“")
14
 
15
+ topic = st.sidebar.text_input("Enter the topic you are interested")
16
+
17
  with st.sidebar:
18
  st.title("LinkedIn Post Generator πŸ“")
19
 
 
33
 
34
  st.caption("Made by Samagra Shrivastava with β™₯")
35
 
 
 
36
  if topic:
37
  inputs = {"topic": topic}
38
  with st.spinner("Crew's πŸ‘·β€β™‚οΈ are actively working to generate your post...⏳⏲"):