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 25, 2025
Commit
c2d6864
·
verified
·
1 Parent(s):
f92e17c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,7 +24,7 @@ def respond(message,history):
24
25
26
27
-
chatbot = gr.ChatInterface(
repsond
, type = "messages")
28
29
chatbot.launch()
30
24
25
26
27
+
chatbot = gr.ChatInterface(
respond
, type = "messages")
28
29
chatbot.launch()
30