Spaces:
Build error
Build error
Create gradio_config.json
Browse files
config/gradio_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chatbot_title": "AI chat for CIS Helpdesk at HMC",
|
| 3 |
+
"chatbot_description": "AI assistant for your queries related to the Computing and Information Services (CIS) services at Harvey Mudd College",
|
| 4 |
+
"chatbot_input_placeholder": "What would you like to know? (Press Enter to submit and Shift+Enter for multi-line input.)",
|
| 5 |
+
"chatbot_output_label": "Chat"
|
| 6 |
+
}
|