Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ldhldh/langchain_kaka_api
ldhldh
/
rest_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ldhldh
commited on
Jan 25, 2024
Commit
2a1d68d
·
verified
·
1 Parent(s):
b8e8ac8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -59,6 +59,7 @@ def get_data():
59
return chat_history
60
61
def clear_data():
62
chat_history = []
63
return "ok"
64
59
return chat_history
60
61
def clear_data():
62
+
global chat_history
63
chat_history = []
64
return "ok"
65