Iralion commited on
Commit
dc507ef
·
verified ·
1 Parent(s): 8743ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def Pred_func_csv(file):
43
  df['Performance_Index'] = predictions
44
  df.to_csv('predictions.csv', index = False)
45
  return 'predictions.csv'
46
-
47
  demo=gr.Blocks(theme = 'NoCrypt/miku')
48
  # Créer les inputs
49
  inputs = [gr.Number(label='Hours_Studied'),
 
43
  df['Performance_Index'] = predictions
44
  df.to_csv('predictions.csv', index = False)
45
  return 'predictions.csv'
46
+
47
  demo=gr.Blocks(theme = 'NoCrypt/miku')
48
  # Créer les inputs
49
  inputs = [gr.Number(label='Hours_Studied'),