tommy24 commited on
Commit
e352ebd
·
1 Parent(s): f196acf

Update app.py

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
- def greet(name, age, city,Key):
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"),