hvtham commited on
Commit
d1961ea
·
1 Parent(s): 789033a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -14,9 +14,9 @@ Original file is located at
14
  # Cài đặt thư viện cần thiết
15
  """
16
 
17
- !pip install beautifulsoup4
18
- !pip install google
19
- !pip install google-search-results
20
 
21
  publication_name = input("Please input the keyword for searching: ")
22
 
@@ -66,7 +66,7 @@ def checkPaper(publication_name):
66
  else:
67
  return "This paper has source code in github!\n" + backup_link
68
 
69
- !pip install gradio
70
 
71
  import gradio as gr
72
 
 
14
  # Cài đặt thư viện cần thiết
15
  """
16
 
17
+ pip install beautifulsoup4
18
+ pip install google
19
+ pip install google-search-results
20
 
21
  publication_name = input("Please input the keyword for searching: ")
22
 
 
66
  else:
67
  return "This paper has source code in github!\n" + backup_link
68
 
69
+ pip install gradio
70
 
71
  import gradio as gr
72