Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T3lli
/
iris
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
T3lli
commited on
Nov 26, 2024
Commit
b08f2d9
·
verified
·
1 Parent(s):
83b3990
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,7 +39,7 @@ def respond(
39
response += token
40
yield response
41
42
-
name = Elli
43
f"Hi there{name}"
44
45
"""
39
response += token
40
yield response
41
42
+
name =
"
Elli
"
43
f"Hi there{name}"
44
45
"""