Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TeahReichenbaum
/
FirstChatBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TeahReichenbaum
commited on
Jul 24, 2025
Commit
fc5793f
·
verified
·
1 Parent(s):
8c58c03
CreateEchoFunctionCorrect.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import
gratio
as gr
2
3
def echo(message,history):
4
return message
1
+
import
gradio
as gr
2
3
def echo(message,history):
4
return message