Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
def greet(name, age, city,
|
4 |
-
return f"Hello {name}! You are {age} years old, you live in {city} and your key is:
|
5 |
|
6 |
inputs = [
|
7 |
gr.inputs.Textbox(label="Name",type="text"),
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
def greet(name, age, city,key):
|
4 |
+
return f"Hello {name}! You are {age} years old, you live in {city} and your key is: {key} ."
|
5 |
|
6 |
inputs = [
|
7 |
gr.inputs.Textbox(label="Name",type="text"),
|