Spaces:
Runtime error
Runtime error
update layout and desc
Browse files
app.py
CHANGED
@@ -164,8 +164,7 @@ def reset_chat(chatbot, state):
|
|
164 |
return None, []
|
165 |
|
166 |
|
167 |
-
title = """<h1 align="center">🔥🔥Comparison: ChatGPT & OpenChatKit </h1><br>
|
168 |
-
<h3 align="center">🚀A Gradio Streaming Demo</h3>"""
|
169 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
170 |
```
|
171 |
User: <utterance>
|
|
|
164 |
return None, []
|
165 |
|
166 |
|
167 |
+
title = """<h1 align="center">🔥🔥Comparison: ChatGPT & OpenChatKit </h1><br><h3 align="center">🚀A Gradio Streaming Demo</h3><br>Official Demo: <a href="https://huggingface.co/spaces/togethercomputer/OpenChatKit">OpenChatKit feedback app</a>"""
|
|
|
168 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
169 |
```
|
170 |
User: <utterance>
|