Spaces:
Running
Running
Update pages/Hook2lead.py
Browse files- pages/Hook2lead.py +1 -2
pages/Hook2lead.py
CHANGED
@@ -4,8 +4,7 @@ import os
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
st.html("styles.html")
|
7 |
-
|
8 |
-
endpoint = "http://127.0.0.1:8000/query/"
|
9 |
|
10 |
def main():
|
11 |
st.markdown('<h1 class="stTitle">Hook2Lead</h1>', unsafe_allow_html=True)
|
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
st.html("styles.html")
|
7 |
+
endpoint = os.getenv('blog_lead_endpoint')
|
|
|
8 |
|
9 |
def main():
|
10 |
st.markdown('<h1 class="stTitle">Hook2Lead</h1>', unsafe_allow_html=True)
|