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
796146a
·
1 Parent(s):
adcdc29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -23,6 +23,7 @@ examples = [
23
]
24
25
user_input = ['']
26
27
28
with gr.Blocks() as demo:
23
]
24
25
user_input = ['']
26
+
chat_history = ['']
27
28
29
with gr.Blocks() as demo: