Goutham-Vignesh commited on
Commit
a3f39a3
β€’
1 Parent(s): e909eea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with block:
84
  gr.Markdown("<h3><center> πŸš€ T5 Conversational Agent πŸ’‘</center></h3>")
85
 
86
  openai_api_key_textbox = gr.Textbox(
87
- placeholder="Please paste API key to use ZolBot Bot Agent",
88
  show_label=False,
89
  lines=1,
90
  type="password",
 
84
  gr.Markdown("<h3><center> πŸš€ T5 Conversational Agent πŸ’‘</center></h3>")
85
 
86
  openai_api_key_textbox = gr.Textbox(
87
+ placeholder="Please paste API key to use T5 Bot Agent",
88
  show_label=False,
89
  lines=1,
90
  type="password",