pablocst commited on
Commit
3196384
1 Parent(s): 745fc39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ css = """
114
 
115
  with gr.Blocks(css=css) as demo:
116
  gr.HTML(title)
117
- #gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPTwithAPI?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
118
  with gr.Column(elem_id="col_container"):
119
  openai_api_key = gr.Textbox(type='password', label="Insira sua chave de API OpenAI aqui")
120
  chatbot = gr.Chatbot(elem_id="chatbot", show_copy_button=True, sanitize_html=True)
 
114
 
115
  with gr.Blocks(css=css) as demo:
116
  gr.HTML(title)
117
+ gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPTwithAPI?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
118
  with gr.Column(elem_id="col_container"):
119
  openai_api_key = gr.Textbox(type='password', label="Insira sua chave de API OpenAI aqui")
120
  chatbot = gr.Chatbot(elem_id="chatbot", show_copy_button=True, sanitize_html=True)