Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def main():
|
|
54 |
st.title("**Company Researcher Tool**")
|
55 |
|
56 |
st.sidebar.header("Provide Company Details")
|
57 |
-
company_name = st.sidebar.text_input("Enter the Company
|
58 |
|
59 |
# Show the "Run Analysis" button if the user is authenticated
|
60 |
if st.session_state.authenticated:
|
|
|
54 |
st.title("**Company Researcher Tool**")
|
55 |
|
56 |
st.sidebar.header("Provide Company Details")
|
57 |
+
company_name = st.sidebar.text_input("Enter the Company URL:")
|
58 |
|
59 |
# Show the "Run Analysis" button if the user is authenticated
|
60 |
if st.session_state.authenticated:
|