Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
2604517
1
Parent(s):
4a0d241
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 |
input="chat",
|
120 |
-
value="
|
121 |
show_imput=False,
|
122 |
display=False
|
123 |
)
|
|
|
117 |
# to do: change to openaikey input for public release
|
118 |
openai_key = gr.Textbox(
|
119 |
input="chat",
|
120 |
+
value="requirements.txt",
|
121 |
show_imput=False,
|
122 |
display=False
|
123 |
)
|