Spaces:
Runtime error
Runtime error
Commit
·
3d911a8
1
Parent(s):
9afdcaf
App.py
Browse files
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.")
|