jiehou commited on
Commit
1a71b30
·
verified ·
1 Parent(s): aa8a037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  # Step 1: Define input components
3
 
4
  input_component = gr.Textbox(label = "Input Text")
 
1
  import gradio as gr
2
+ import sklearn
3
+
4
  # Step 1: Define input components
5
 
6
  input_component = gr.Textbox(label = "Input Text")