maker57sk commited on
Commit
d5c3a7f
·
1 Parent(s): 7d0975c

import fix

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,14 +1,9 @@
1
  import streamlit as st
2
- from streamlit_option_menu import option_menu
3
  from googlesearch import search
4
  import re
5
 
6
-
7
-
8
-
9
  st.header("LinkedIn Company Search")
10
 
11
-
12
  company = st.text_input("Search a Company here")
13
 
14
  def get_linkedin_url(company):
 
1
  import streamlit as st
 
2
  from googlesearch import search
3
  import re
4
 
 
 
 
5
  st.header("LinkedIn Company Search")
6
 
 
7
  company = st.text_input("Search a Company here")
8
 
9
  def get_linkedin_url(company):