ysharma HF staff commited on
Commit
df5eaa3
1 Parent(s): dbb472d

Update headline

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def predict(inputs, top_p, temperature, openai_api_key, chat_counter, chatbot=[]
92
  def reset_textbox():
93
  return gr.update(value='')
94
 
95
- title = """<h1 align="center">🔥ChatGPT API 🚀Streaming🚀</h1>"""
96
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
97
  ```
98
  User: <utterance>
 
92
  def reset_textbox():
93
  return gr.update(value='')
94
 
95
+ title = """<h1 align="center">🔥GPT4 with ChatCompletions API +🚀Gradio Streaming🚀</h1>"""
96
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
97
  ```
98
  User: <utterance>