stable-diffusion-ai commited on
Commit
c8c09df
·
verified ·
1 Parent(s): fc8e899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ User: <utterance>
130
  Assistant: <utterance>
131
  ...
132
  ```
133
- In this app, you can explore the outputs of a gpt-3.5 LLM.
134
  """
135
 
136
  theme = gr.themes.Default(primary_hue="green")
@@ -139,7 +139,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
- gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">stablediffusion.fr</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 our <a href="https://stablediffusion.fr/chatgpt3">Chat GPT-3.5</a> app.</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c
 
130
  Assistant: <utterance>
131
  ...
132
  ```
133
+ In this app, you can explore the outputs of a gpt-4 LLM.
134
  """
135
 
136
  theme = gr.themes.Default(primary_hue="green")
 
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
+ gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">stablediffusion.fr</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> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> apps.</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c