Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
36b1752
1
Parent(s):
bf5549b
Update app.py
Browse files
app.py
CHANGED
@@ -128,14 +128,14 @@ with gr.Blocks(
|
|
128 |
"""
|
129 |
)
|
130 |
conversation = Chat()
|
131 |
-
|
132 |
with gr.Column():
|
133 |
# to do: change to openaikey input for public release
|
134 |
openai_key = gr.Textbox(
|
135 |
label="OpenAI Key",
|
136 |
value="",
|
137 |
type="password",
|
138 |
-
placeholder="sk
|
139 |
info="You have to provide your own OpenAI API key.",
|
140 |
)
|
141 |
chatbot = gr.Chatbot().style(height=400)
|
|
|
128 |
"""
|
129 |
)
|
130 |
conversation = Chat()
|
131 |
+
with gr.Row():
|
132 |
with gr.Column():
|
133 |
# to do: change to openaikey input for public release
|
134 |
openai_key = gr.Textbox(
|
135 |
label="OpenAI Key",
|
136 |
value="",
|
137 |
type="password",
|
138 |
+
placeholder="sk..",
|
139 |
info="You have to provide your own OpenAI API key.",
|
140 |
)
|
141 |
chatbot = gr.Chatbot().style(height=400)
|