brezende commited on
Commit
acef490
1 Parent(s): 8f66cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -173,6 +173,10 @@ Assistant: <utterance>
173
  ```
174
  """
175
 
 
 
 
 
176
  with gr.Blocks(
177
  css="""#col_container {margin-left: auto; margin-right: auto;}
178
  #chatbot {height: 520px; overflow: auto;}"""
 
173
  ```
174
  """
175
 
176
+ openchat_disclaimer = """
177
+ <div align="center">Checkout the official <a href=https://huggingface.co/spaces/togethercomputer/OpenChatKit>OpenChatKit feedback app</a> for the full experience.</div>
178
+ """
179
+
180
  with gr.Blocks(
181
  css="""#col_container {margin-left: auto; margin-right: auto;}
182
  #chatbot {height: 520px; overflow: auto;}"""