Kamand commited on
Commit
6cbf2f8
1 Parent(s): d170d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -4,7 +4,6 @@
4
  # In[2]:
5
 
6
 
7
- get_ipython().run_line_magic('matplotlib', 'inline')
8
  import pandas as pd
9
  import numpy as np
10
  import matplotlib.pyplot as plt
@@ -465,16 +464,8 @@ iface.launch(share=True)
465
  # In[83]:
466
 
467
 
468
- get_ipython().system('git clone https://huggingface.co/spaces/Kamand/Movie_Recommendation')
469
 
470
 
471
- # In[ ]:
472
-
473
-
474
- get_ipython().system('git add app.py')
475
- get_ipython().system('git commit -m "Add application file"')
476
- get_ipython().system('git push')
477
-
478
 
479
 
480
 
 
4
  # In[2]:
5
 
6
 
 
7
  import pandas as pd
8
  import numpy as np
9
  import matplotlib.pyplot as plt
 
464
  # In[83]:
465
 
466
 
 
467
 
468
 
 
 
 
 
 
 
 
469
 
470
 
471