Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OdinStef
/
Chatapp
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
OdinStef
commited on
Mar 19, 2023
Commit
63d4dde
·
1 Parent(s):
a8ed805
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
def greet(name):
2
return "Hello !!"
3
1
+
import gradio as gr
2
+
3
def greet(name):
4
return "Hello !!"
5