Spaces:
Building
Building
Commit
·
108d5cf
1
Parent(s):
4bde294
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as app:
|
|
100 |
# )
|
101 |
clear.click(clear_chat, None, chatbot, queue=False)
|
102 |
|
103 |
-
gr.HTML("<
|
104 |
|
105 |
app.queue()
|
106 |
app.launch()
|
|
|
100 |
# )
|
101 |
clear.click(clear_chat, None, chatbot, queue=False)
|
102 |
|
103 |
+
gr.HTML("<p><center>Hosted on 🤗 Spaces. Powered by Google PaLM 🌴</center></p>")
|
104 |
|
105 |
app.queue()
|
106 |
app.launch()
|