MohanadAfiffy commited on
Commit
3b4e5eb
·
verified ·
1 Parent(s): e7d8150

Update pages/pages_Blogs.py

Browse files
Files changed (1) hide show
  1. 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("Blog2Lead Matcher")
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 blog URL", "")
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