siddop commited on
Commit
272185d
1 Parent(s): 1534dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ iface = gr.Interface(
138
  inputs=input_config,
139
  outputs=[
140
  gr.Textbox(label="Prediction"),
141
- gr.DataFrame(headers=["Feature", "Impact"], label="Top 10 features and their impact on retention")
142
  ],
143
  live=False # Set live to True to see the interface while running the code
144
  )
 
138
  inputs=input_config,
139
  outputs=[
140
  gr.Textbox(label="Prediction"),
141
+ gr.DataFrame(headers=["Feature", "Impact"], label="All features and their impact on retention")
142
  ],
143
  live=False # Set live to True to see the interface while running the code
144
  )