predatortoabuse
commited on
Commit
•
d08b66b
1
Parent(s):
7e3295b
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ google_key_component = gr.Textbox(
|
|
130 |
value="",
|
131 |
type="password",
|
132 |
placeholder="...",
|
133 |
-
info="You have to provide your own GOOGLE_API_KEY for this app to function properly",
|
134 |
visible=GOOGLE_API_KEY is None
|
135 |
)
|
136 |
chatbot_component = gr.Chatbot(
|
|
|
130 |
value="",
|
131 |
type="password",
|
132 |
placeholder="...",
|
133 |
+
info="You have to provide your own GOOGLE_API_KEY for this app to function properly.",
|
134 |
visible=GOOGLE_API_KEY is None
|
135 |
)
|
136 |
chatbot_component = gr.Chatbot(
|