ysharma HF staff commited on
Commit
57a8590
β€’
1 Parent(s): 9c78ecb

update the header with emojis

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