osanseviero
commited on
Commit
•
c158ae9
1
Parent(s):
9cbadde
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio
|
2 |
|
3 |
def hello(inp):
|
4 |
-
return f"Hello {inp}
|
5 |
|
6 |
# For information on Interfaces, head to https://gradio.app/docs/
|
7 |
# For user guides, head to https://gradio.app/guides/
|
|
|
1 |
import gradio
|
2 |
|
3 |
def hello(inp):
|
4 |
+
return f"Hello {inp}!!"
|
5 |
|
6 |
# For information on Interfaces, head to https://gradio.app/docs/
|
7 |
# For user guides, head to https://gradio.app/guides/
|