Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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!"
|