Spaces:
Sleeping
Sleeping
Update pages/pages_Blogs.py
Browse files- pages/pages_Blogs.py +2 -1
pages/pages_Blogs.py
CHANGED
@@ -12,7 +12,8 @@ def main():
|
|
12 | |
13 | |
14 | |
15 | |
|
|
16 |
] # Creating a form
|
17 |
with st.form(key='blog2lead_form'):
|
18 |
blog_url = st.text_input("Enter the blog URL", "")
|
|
|
12 | |
13 | |
14 | |
15 |
+
"[email protected]",
|
16 | |
17 |
] # Creating a form
|
18 |
with st.form(key='blog2lead_form'):
|
19 |
blog_url = st.text_input("Enter the blog URL", "")
|