Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
musaashaikh
/
simplechatbot
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
changed the file
#2
by
musaashaikh
- opened
Jan 10, 2025
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,5 +5,5 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
-
9
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
+
9