Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,11 +117,8 @@ demo = gr.ChatInterface(
|
|
117 |
],
|
118 |
title="Chatbot with Hugging Face Inference API",
|
119 |
description="Interact with a chatbot powered by Hugging Face models. Provide your API token and customize settings.",
|
120 |
-
theme="
|
121 |
-
|
122 |
-
retry_btn="Retry",
|
123 |
-
undo_btn="Undo",
|
124 |
-
clear_btn="Clear Chat",
|
125 |
)
|
126 |
|
127 |
if __name__ == "__main__":
|
|
|
117 |
],
|
118 |
title="Chatbot with Hugging Face Inference API",
|
119 |
description="Interact with a chatbot powered by Hugging Face models. Provide your API token and customize settings.",
|
120 |
+
theme="base",
|
121 |
+
|
|
|
|
|
|
|
122 |
)
|
123 |
|
124 |
if __name__ == "__main__":
|