Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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;}"""
|