stable-diffusion-ai commited on
Commit
12f8731
1 Parent(s): 37d9861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
138
  #chatbot {height: 520px; overflow: auto;}""",
139
  theme=theme) as demo:
140
  gr.HTML(title)
141
- gr.HTML("""<h3 align="center">This app provides you full access to GPT-3.5 (4096 token limit) thanks to <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT 3.5</a>, <a href="https://stablediffusion.fr/chatgpt">Open GPT</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> app</h3>""")
142
  with gr.Column(elem_id = "col_container", visible=True) as main_block:
143
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
144
  chatbot = gr.Chatbot(elem_id='chatbot') #c
 
138
  #chatbot {height: 520px; overflow: auto;}""",
139
  theme=theme) as demo:
140
  gr.HTML(title)
141
+ gr.HTML("""<h3 align="center">This app provides you full access to GPT-3.5 (4096 token limit) thanks to <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>. You don't need any OPENAI API key.<br><br>Check out our new <a href="https://stablediffusion.fr/chatgpt4">&#128293;&nbsp;Chat GPT 4o&nbsp;&#128293;</a><br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT 3.5</a>, <a href="https://stablediffusion.fr/chatgpt">Open GPT</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> app</h3>""")
142
  with gr.Column(elem_id = "col_container", visible=True) as main_block:
143
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
144
  chatbot = gr.Chatbot(elem_id='chatbot') #c