Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MsAsh
/
ThinkAloudCodeAlong
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MsAsh
commited on
Apr 17
Commit
a5a6611
·
verified
·
1 Parent(s):
60a0b1d
Added bot
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def echo(message, history):
5
6
chatbot = gr.ChatInterface(echo)
7
8
-
chat
.launch()
5
6
chatbot = gr.ChatInterface(echo)
7
8
+
chatbot
.launch()