Spaces:
Sleeping
Sleeping
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",
|