schakkir commited on
Commit
9d24725
·
1 Parent(s): 21a1d8f

added comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def greet(name):
4
 
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text",
7
- title="simple app" description="via gradio")
8
 
9
 
10
  iface.launch()
 
4
 
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text",
7
+ title="simple app", description="via gradio")
8
 
9
 
10
  iface.launch()