Curranj commited on
Commit
89100f1
1 Parent(s): 3562425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -159,7 +159,6 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
159
  #chatbot {height: 520px; overflow: auto;}""",
160
  theme=theme) as demo:
161
  gr.HTML(title)
162
- gr.HTML("""<h3 align="center">Core Transformation Chatbot.</h1>""")
163
  #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>''')
164
  with gr.Column(elem_id = "col_container", visible=True) as main_block:
165
  #API Key is provided by OpenAI
 
159
  #chatbot {height: 520px; overflow: auto;}""",
160
  theme=theme) as demo:
161
  gr.HTML(title)
 
162
  #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>''')
163
  with gr.Column(elem_id = "col_container", visible=True) as main_block:
164
  #API Key is provided by OpenAI