Amin Ghaderi commited on
Commit
33eed89
·
1 Parent(s): 7b7194b

just playing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def greet(name):
4
- text = "This is my first App."
5
  text += ("Hello " + name + "!!")
6
  return text
7
 
 
1
  import gradio as gr
2
 
3
  def greet(name):
4
+ text = "This is my first App.\n"
5
  text += ("Hello " + name + "!!")
6
  return text
7