Update space
Browse files
app.py
CHANGED
@@ -132,7 +132,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
132 |
demo = gr.ChatInterface(
|
133 |
respond,
|
134 |
title=title,
|
135 |
-
description=description,
|
136 |
theme="compact",
|
137 |
css=custom_css,
|
138 |
# additional_inputs=[
|
|
|
132 |
demo = gr.ChatInterface(
|
133 |
respond,
|
134 |
title=title,
|
|
|
135 |
theme="compact",
|
136 |
css=custom_css,
|
137 |
# additional_inputs=[
|