Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,10 +61,7 @@ iface.launch(debug=True)
|
|
| 61 |
import gradio as gr
|
| 62 |
|
| 63 |
title = "ChatSherman-2.0"
|
| 64 |
-
description = ("Due to the unavailability of an OpenAI key, this chatbot is currently not operational. "
|
| 65 |
-
"I apologize for any inconvenience caused. However, you may try using ChatSherman-1.0 at "
|
| 66 |
-
"https://huggingface.co/spaces/ShermanAI/ChatSherman for a similar conversational experience. "
|
| 67 |
-
"Thank you for your understanding”)
|
| 68 |
|
| 69 |
# Custom CSS to increase the font size of the description.
|
| 70 |
custom_css = """
|
|
|
|
| 61 |
import gradio as gr
|
| 62 |
|
| 63 |
title = "ChatSherman-2.0"
|
| 64 |
+
description = ("Due to the unavailability of an OpenAI key, this chatbot is currently not operational. I apologize for any inconvenience caused. However, you may try using ChatSherman-1.0 at https://huggingface.co/spaces/ShermanAI/ChatSherman for a similar conversational experience. Thank you for your understanding")
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
# Custom CSS to increase the font size of the description.
|
| 67 |
custom_css = """
|