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:
clarissah
/
The_World_of_AI_Practice
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
clarissah
commited on
Jun 9, 2025
Commit
3075e2d
·
verified
·
1 Parent(s):
83c62ad
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-8
app.py
DELETED
Viewed
@@ -1,8 +0,0 @@
1
-
import gradio as gr
2
-
3
-
def echo(message, history):
4
-
return message
5
-
6
-
chatbot = gr.ChatInterface(echo)
7
-
8
-
chatbot.launch()