MrDdz commited on
Commit
c70c667
1 Parent(s): c5f47e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("assets\\VODA.png").style(height= 210 , width= 1250)
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():