datasciencedojo commited on
Commit
36d3d07
1 Parent(s): 935a4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(title="Find Correlation | Data Science Dojo", css = css) as demo:
122
  file = gr.File()
123
  with gr.Column():
124
  inp = gr.Textbox(placeholder="Enter the target feature name", label="Target Variable")
125
- btn = gr.Button("Find Correlation")
126
  gr.Markdown(
127
  """
128
  ## Correlation with other numeric features
 
122
  file = gr.File()
123
  with gr.Column():
124
  inp = gr.Textbox(placeholder="Enter the target feature name", label="Target Variable")
125
+ btn = gr.Button("Find correlation")
126
  gr.Markdown(
127
  """
128
  ## Correlation with other numeric features