Spaces:
Runtime error
Runtime error
import fix
Browse files
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):
|