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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: 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
141
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
 
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
141
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")