humy65 commited on
Commit
c114ec8
·
verified ·
1 Parent(s): 564b80e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def greet(name):
7
  # Create the Gradio interface
8
  demo = gr.Interface(
9
  fn=greet,
10
- inputs=gr.Textbox(label="Enter your name"),
11
  outputs=gr.Textbox(label="Greeting"),
12
  title="Simple Greeting App",
13
  description="Type your name and get a friendly hello!"
 
7
  # Create the Gradio interface
8
  demo = gr.Interface(
9
  fn=greet,
10
+ inputs=gr.Textbox(label="Enter your Name:"),
11
  outputs=gr.Textbox(label="Greeting"),
12
  title="Simple Greeting App",
13
  description="Type your name and get a friendly hello!"