Update app.py

#13
by not-lain - opened
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from gradio_space_ci import enable_space_ci
5
  enable_space_ci()
6
 
7
 
8
-
9
  def talk(text):
10
  return "the user said "+ text
11
 
 
5
  enable_space_ci()
6
 
7
 
 
8
  def talk(text):
9
  return "the user said "+ text
10