Spaces:
Sleeping
Sleeping
Commit
·
989c6d5
1
Parent(s):
437b70e
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
def greet(name, user_name):
|
| 10 |
-
user_name
|
| 11 |
return "Hello " + user_name + "!!"
|
| 12 |
|
| 13 |
with gr.Blocks() as demo:
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
def greet(name, user_name):
|
| 10 |
+
user_name += name
|
| 11 |
return "Hello " + user_name + "!!"
|
| 12 |
|
| 13 |
with gr.Blocks() as demo:
|