liyaoshi commited on
Commit
79af996
·
verified ·
1 Parent(s): 3e341d3

switch title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- description = "Space demo for gradio: Greeting"
4
- title = "Input your name"
5
 
6
 
7
  def greet(name, intensity):
 
1
  import gradio as gr
2
 
3
+ title = "Space demo for gradio: Greeting"
4
+ description = "Input your name"
5
 
6
 
7
  def greet(name, intensity):