yuntian-deng commited on
Commit
d207e3d
1 Parent(s): aa24430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
134
  #chatbot {height: 520px; overflow: auto;}""",
135
  theme=theme) as demo:
136
  gr.HTML(title)
137
- gr.HTML("""<h3 align="center">This App provides you full access to GPT-3.5 (4096 token limit). You don't need any OPENAI API key.</h1>""")
138
  #gr.HTML('''<center><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
139
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
140
  #API Key is provided by OpenAI
 
134
  #chatbot {height: 520px; overflow: auto;}""",
135
  theme=theme) as demo:
136
  gr.HTML(title)
137
+ gr.HTML("""<h3 align="center">This app provides you full access to GPT-3.5 (4096 token limit). You don't need any OPENAI API key.</h1>""")
138
  #gr.HTML('''<center><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
139
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
140
  #API Key is provided by OpenAI