sourav11295 commited on
Commit
3d911a8
·
1 Parent(s): 9afdcaf
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ def regression(df,dep):
119
 
120
  result.sort_values('rank_test_score',inplace=True)
121
  return result
 
122
 
123
  with gr.Blocks() as demo:
124
  gr.Markdown("Start typing below and then click **Run** to see the output.")
 
119
 
120
  result.sort_values('rank_test_score',inplace=True)
121
  return result
122
+
123
 
124
  with gr.Blocks() as demo:
125
  gr.Markdown("Start typing below and then click **Run** to see the output.")