Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,6 @@ gr.Interface(
|
|
131 |
inputs=["text", "state"],
|
132 |
outputs=["chatbot", "state"],
|
133 |
title=title,
|
134 |
-
description=description,
|
135 |
allow_flagging="never",
|
136 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
137 |
article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
|
|
131 |
inputs=["text", "state"],
|
132 |
outputs=["chatbot", "state"],
|
133 |
title=title,
|
|
|
134 |
allow_flagging="never",
|
135 |
description=f"Gradio chatbot backed by memory in a dataset repository.",
|
136 |
article=f"The dataset repo is [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|