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