update the header with emojis
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def predict(inputs, top_p, temperature, top_k, repetition_penalty, history=[]):
|
|
51 |
def reset_textbox():
|
52 |
return gr.update(value='')
|
53 |
|
54 |
-
title = """<h1 align="center"
|
55 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
56 |
```
|
57 |
User: <utterance>
|
|
|
51 |
def reset_textbox():
|
52 |
return gr.update(value='')
|
53 |
|
54 |
+
title = """<h1 align="center">π₯Streaming your π€Chatbot output with Gradioπ</h1>"""
|
55 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
56 |
```
|
57 |
User: <utterance>
|