Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Antoine245
/
bot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Antoine245
commited on
Jun 22, 2023
Commit
ffdaf81
·
1 Parent(s):
0fb8090
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -22,8 +22,8 @@ examples = [
22
]
23
]
24
25
-
user_input
= ['']
26
-
chat_history
= ['']
27
28
29
with gr.Blocks() as demo:
22
]
23
]
24
25
+
user_message
= ['']
26
+
history
= ['']
27
28
29
with gr.Blocks() as demo: