bstraehle commited on
Commit
1643f7a
1 Parent(s): fc1edfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ gr.ChatInterface(
89
  clear_btn="Clear",
90
  #multimodal=True,
91
  additional_inputs=[
92
- gr.Textbox("You are a personal math tutor. Answer questions briefly, in a sentence or less.", label="System Prompt"),
93
  ],
94
  ).launch()
 
89
  clear_btn="Clear",
90
  #multimodal=True,
91
  additional_inputs=[
92
+ gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
93
  ],
94
  ).launch()