Update app.py
Browse files
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...β³β²"):
|