pablocst commited on
Commit
c2b7597
·
1 Parent(s): ed93fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ css = """
113
  with gr.Blocks(css=css) as demo:
114
  gr.HTML(title)
115
  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>''')
116
- with gr.Column(elem_id="col_container"):
117
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
  inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter", lines=3)
 
113
  with gr.Blocks(css=css) as demo:
114
  gr.HTML(title)
115
  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>''')
116
+ with gr.Column(elem_id="chatbot"):
117
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
  inputs = gr.Textbox(placeholder="Hi there!", label="Type an input and press Enter", lines=3)