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