Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
5b9c04f
1
Parent(s):
5f49616
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.blue, secondar
|
|
117 |
# to do: change to openaikey input for public release
|
118 |
openai_key = gr.Textbox(
|
119 |
label="chat",
|
120 |
-
|
121 |
show_label=False,
|
122 |
display=False
|
123 |
)
|
|
|
117 |
# to do: change to openaikey input for public release
|
118 |
openai_key = gr.Textbox(
|
119 |
label="chat",
|
120 |
+
placeholder="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",
|
121 |
show_label=False,
|
122 |
display=False
|
123 |
)
|