dromerosm commited on
Commit
e850daa
1 Parent(s): f6acdae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="password"),
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:"),