ysharma HF staff commited on
Commit
4f9ae67
·
1 Parent(s): f3616e6

update layout and desc

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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>