stable-diffusion-ai commited on
Commit
5f5bab0
1 Parent(s): 98e1659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot, history, request:
119
  def reset_textbox():
120
  return gr.update(value='', interactive=False), gr.update(interactive=False)
121
 
122
- title = """<h1 align="center">Chat GPT online</h1>"""
123
  if DISABLED:
124
  title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
125
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
 
119
  def reset_textbox():
120
  return gr.update(value='', interactive=False), gr.update(interactive=False)
121
 
122
+ title = """<h1 align="center">Free Chat GPT 3.5 online</h1>"""
123
  if DISABLED:
124
  title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
125
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form: