jaimin commited on
Commit
236d351
1 Parent(s): fa7cbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Name:")
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: