Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
jedick
/
chatbot-progress
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jedick
commited on
Jul 25, 2025
Commit
6f108b2
·
1 Parent(s):
ba52610
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -43,7 +43,6 @@ with gr.Blocks() as demo:
43
interact_with_agent,
44
[input, chatbot],
45
chatbot,
46
-
show_progress="minimal",
47
)
48
49
demo.launch()
43
interact_with_agent,
44
[input, chatbot],
45
chatbot,
46
)
47
48
demo.launch()