Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ input_interface = []
|
|
92 |
|
93 |
with gr.Blocks(css=".gradio-container {background-color:silver}") as app:
|
94 |
title = gr.Label('VODAFONE CUSTOMER CHURN PREDICTION')
|
95 |
-
img = gr.Image("
|
96 |
|
97 |
|
98 |
with gr.Row():
|
|
|
92 |
|
93 |
with gr.Blocks(css=".gradio-container {background-color:silver}") as app:
|
94 |
title = gr.Label('VODAFONE CUSTOMER CHURN PREDICTION')
|
95 |
+
img = gr.Image("VODA.png").style(height= 210 , width= 1250)
|
96 |
|
97 |
|
98 |
with gr.Row():
|