Spaces:
Sleeping
Sleeping
Update pages/pages_Blogs.py
Browse files- pages/pages_Blogs.py +2 -2
pages/pages_Blogs.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
import os
|
4 |
def main():
|
5 |
-
st.title("
|
6 |
email_options = [
|
7 | |
8 | |
@@ -16,7 +16,7 @@ def main():
|
|
16 | |
17 |
] # Creating a form
|
18 |
with st.form(key='blog2lead_form'):
|
19 |
-
blog_url = st.text_input("Enter the
|
20 |
email_address = st.selectbox("Select your email address", email_options)
|
21 |
submit_button = st.form_submit_button(label='Submit')
|
22 |
|
|
|
2 |
import requests
|
3 |
import os
|
4 |
def main():
|
5 |
+
st.title("Content2Lead Matcher")
|
6 |
email_options = [
|
7 | |
8 | |
|
|
16 | |
17 |
] # Creating a form
|
18 |
with st.form(key='blog2lead_form'):
|
19 |
+
blog_url = st.text_input("Enter the Content URL", "")
|
20 |
email_address = st.selectbox("Select your email address", email_options)
|
21 |
submit_button = st.form_submit_button(label='Submit')
|
22 |
|