Spaces:
Sleeping
Sleeping
Goutham-Vignesh
commited on
Commit
β’
a3f39a3
1
Parent(s):
e909eea
Update app.py
Browse files
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
|
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",
|