Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
•
011d683
1
Parent(s):
e2b13f0
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=customCSS,) as demo:
|
|
76 |
|
77 |
|
78 |
with gr.Column():
|
79 |
-
with gr.
|
80 |
status_display = gr.Markdown("status: ready")
|
81 |
with gr.Tab(label="ChatGPT"):
|
82 |
keyTxt = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",value=my_api_key, type="password", visible=not HIDE_MY_KEY, label="API-Key")
|
|
|
76 |
|
77 |
|
78 |
with gr.Column():
|
79 |
+
with gr.Column(min_width=50,scale=1):
|
80 |
status_display = gr.Markdown("status: ready")
|
81 |
with gr.Tab(label="ChatGPT"):
|
82 |
keyTxt = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",value=my_api_key, type="password", visible=not HIDE_MY_KEY, label="API-Key")
|