mdreyer5 commited on
Commit
e512f2d
1 Parent(s): 96a645f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,14 +5,14 @@ Automatically generated by Colaboratory.
5
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/1OUGOeTdmMbccW_st3Ao8nHDR5wm_VUNg
8
- """
9
 
10
  from google.colab import drive
11
 
12
  drive.mount("/content/ML_Course")
13
 
14
  cd /content/ML_Course/MyDrive/ML_Course
15
-
16
  import pandas as pd
17
  housing = pd.read_csv("housing.csv")
18
  housing.head(n = 5)
@@ -208,11 +208,11 @@ test_tree_rmse = np.sqrt(test_tree_mse)
208
  test_tree_rmse
209
 
210
  # Step 1: install Gradio
211
- !pip install --quiet gradio
212
 
213
  # Step 2: import library
214
- import gradio as gr
215
- print(gr.__version__)
216
 
217
  # Step 3.1: Define a simple "Hello World" function
218
  # requirement: input is text, output is text
 
5
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/1OUGOeTdmMbccW_st3Ao8nHDR5wm_VUNg
8
+
9
 
10
  from google.colab import drive
11
 
12
  drive.mount("/content/ML_Course")
13
 
14
  cd /content/ML_Course/MyDrive/ML_Course
15
+ """
16
  import pandas as pd
17
  housing = pd.read_csv("housing.csv")
18
  housing.head(n = 5)
 
208
  test_tree_rmse
209
 
210
  # Step 1: install Gradio
211
+ #!pip install --quiet gradio
212
 
213
  # Step 2: import library
214
+ #import gradio as gr
215
+ #print(gr.__version__)
216
 
217
  # Step 3.1: Define a simple "Hello World" function
218
  # requirement: input is text, output is text