Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
not-lain/chatinterface-test-ui
hmb
/
chatinterface-test-ui-upgraded
like
0
Sleeping
App
Files
Files
Community
hmb
HF staff
commited on
Nov 29, 2024
Commit
3b69cbd
•
1 Parent(s):
630ca3b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,7 +2,7 @@ import gradio as gr
2
3
4
def echo(message, history):
5
-
return message
["text"]
6
7
8
DESCRIPTION = """
2
3
4
def echo(message, history):
5
+
return message
6
7
8
DESCRIPTION = """