Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
5cef069
1
Parent(s):
cc70154
Update app.py
Browse files
app.py
CHANGED
@@ -131,8 +131,7 @@ with gr.Blocks(
|
|
131 |
with gr.Column():
|
132 |
# to do: change to openaikey input for public release
|
133 |
openai_key = gr.Textbox(
|
134 |
-
|
135 |
-
input="text",
|
136 |
value="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",
|
137 |
info="",
|
138 |
show_label=False,
|
|
|
131 |
with gr.Column():
|
132 |
# to do: change to openaikey input for public release
|
133 |
openai_key = gr.Textbox(
|
134 |
+
input="text"
|
|
|
135 |
value="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",
|
136 |
info="",
|
137 |
show_label=False,
|