cbensimon HF staff commited on
Commit
9826629
1 Parent(s): f1ecfd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
 
 
3
  def greet(name):
4
  return "Hellos " + name + "!!"
5
 
 
1
  import gradio as gr
2
 
3
+ print(ok)
4
+
5
  def greet(name):
6
  return "Hellos " + name + "!!"
7