Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'),
|