yuntian-deng commited on
Commit
14fca09
1 Parent(s): c14d83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
  #gr.HTML("""<h3 align="center">This app provides you full access to GPT4 (4096 token limit). You don't need any OPENAI API key.</h1>""")
143
- gr.HTML("""<h3 align="center" style="color: red;">If this app is too busy, consider trying our GPT-4 Turbo app, which has a much shorter queue time. Visit it below:<br/><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo">https://huggingface.co/spaces/yuntian-deng/ChatGPT</a></h3>""")
144
 
145
  #gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
146
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
 
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
  #gr.HTML("""<h3 align="center">This app provides you full access to GPT4 (4096 token limit). You don't need any OPENAI API key.</h1>""")
143
+ gr.HTML("""<h3 align="center" style="color: red;">If this app is too busy, consider trying our GPT-4 Turbo app, which has a much shorter queue time. Visit it below:<br/><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo">https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo</a></h3>""")
144
 
145
  #gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
146
  with gr.Column(elem_id = "col_container", visible=False) as main_block: