Spaces:
Build error
Build error
dd
Browse files
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,
|