ysharma HF staff commited on
Commit
f300660
1 Parent(s): 6fa44da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css="#chatbot {overflow: auto; height:500px;}") as demo:
149
  gr.Markdown("<h3><center>Visual ChatGPT</center></h3>")
150
 
151
  with gr.Row():
152
- with gr.Column(scale=0.8):
153
  openai_api_key_textbox = gr.Textbox(
154
  placeholder="Paste your OpenAI API key here to start Visual ChatGPT(sk-...) and press Enter ↵️",
155
  show_label=False,
 
149
  gr.Markdown("<h3><center>Visual ChatGPT</center></h3>")
150
 
151
  with gr.Row():
152
+ with gr.Column(): #scale=0.8
153
  openai_api_key_textbox = gr.Textbox(
154
  placeholder="Paste your OpenAI API key here to start Visual ChatGPT(sk-...) and press Enter ↵️",
155
  show_label=False,