Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ iface = gr.Interface(
|
|
22 |
fn=get_response,
|
23 |
inputs=[
|
24 |
gr.Textbox(label="Goal definition:"),
|
25 |
-
gr.Textbox(label="Google CSE - ID:", type="
|
26 |
gr.Textbox(label="Google API KEY:", type="password"),
|
27 |
-
gr.Textbox(label="OpenAI API KEY:", type="password")
|
28 |
],
|
29 |
outputs=[
|
30 |
gr.Textbox(label="Goal output:"),
|
|
|
22 |
fn=get_response,
|
23 |
inputs=[
|
24 |
gr.Textbox(label="Goal definition:"),
|
25 |
+
gr.Textbox(label="Google CSE - ID:", type="text"),
|
26 |
gr.Textbox(label="Google API KEY:", type="password"),
|
27 |
+
gr.Textbox(label="OpenAI API KEY:", placeholder="sk-...", type="password")
|
28 |
],
|
29 |
outputs=[
|
30 |
gr.Textbox(label="Goal output:"),
|