changxin commited on
Commit
87ec30d
·
1 Parent(s): 5138da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
- def fx(x):
3
- return "你好:"+x
4
 
5
  title = "测试WEB APP"
6
  description = """
 
1
  import gradio as gr
2
+ def fx(变量):
3
+ return "你好:"+变量
4
 
5
  title = "测试WEB APP"
6
  description = """