Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
33f7765
1
Parent(s):
66ea967
added password to track
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ target_variables = ['Conversion_Rate','Click_To_Open_Rate','Revenue_Per_Email']
|
|
112 |
|
113 |
input_text = st.text_area("Please enter your email text here", height=50)
|
114 |
|
115 |
-
with streamlit_analytics.track():
|
116 |
industry = st.selectbox(
|
117 |
'Please select your industry',
|
118 |
industry_lists,
|
|
|
112 |
|
113 |
input_text = st.text_area("Please enter your email text here", height=50)
|
114 |
|
115 |
+
with streamlit_analytics.track(unsafe_password="test123"):
|
116 |
industry = st.selectbox(
|
117 |
'Please select your industry',
|
118 |
industry_lists,
|