ManuelCalleros commited on
Commit
cfd78c3
·
verified ·
1 Parent(s): 1a71092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ Automatically generated by Colaboratory.
6
  Original file is located at
7
  https://colab.research.google.com/drive/1XZbCNfIzuxHNNECK_uGluXC65NH9yulc
8
  """
9
- !pip install -U scikit-learn
10
  def greet(name):
11
  return "Hello " + name + "!"
12
 
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/1XZbCNfIzuxHNNECK_uGluXC65NH9yulc
8
  """
 
9
  def greet(name):
10
  return "Hello " + name + "!"
11