Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def Pred_func_csv(file):
|
|
52 |
return 'predictions.csv'
|
53 |
|
54 |
# définir les blocks
|
55 |
-
demo = gr.Blocks(theme
|
56 |
|
57 |
# Créer les inputs
|
58 |
inputs = [gr.Number(label='Kms Driven'),
|
|
|
52 |
return 'predictions.csv'
|
53 |
|
54 |
# définir les blocks
|
55 |
+
demo = gr.Blocks(theme='NoCrypt/miku')
|
56 |
|
57 |
# Créer les inputs
|
58 |
inputs = [gr.Number(label='Kms Driven'),
|