AdithyaSNair commited on
Commit
98ee967
·
1 Parent(s): 5463a11
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
  import seaborn as sns
 
5
  from sklearn.preprocessing import LabelEncoder
6
  from sklearn.model_selection import train_test_split
7
  from sklearn.ensemble import RandomForestRegressor
 
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
  import seaborn as sns
5
+ import gradio as gr
6
  from sklearn.preprocessing import LabelEncoder
7
  from sklearn.model_selection import train_test_split
8
  from sklearn.ensemble import RandomForestRegressor