umangchaudhry commited on
Commit
138d8b1
·
1 Parent(s): 0d12e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def respond(message, chat_history):
46
 
47
  with gr.Blocks() as demo:
48
  with gr.Tab("OpenAI API Key Submission"):
49
- api_input = gr.Textbox(label = "API Key - Your key will be active for 10 minutes. The bar below shows the time left.",
50
  placeholder = "Please provide your OpenAI API key here.")
51
  api_key_status = gr.Textbox(label = "API Key Status",
52
  placeholder = "Your API Key has not be set yet. Please enter your key.",
 
46
 
47
  with gr.Blocks() as demo:
48
  with gr.Tab("OpenAI API Key Submission"):
49
+ api_input = gr.Textbox(label = "API Key",
50
  placeholder = "Please provide your OpenAI API key here.")
51
  api_key_status = gr.Textbox(label = "API Key Status",
52
  placeholder = "Your API Key has not be set yet. Please enter your key.",