hoshingakag commited on
Commit
108d5cf
·
1 Parent(s): 4bde294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("<h3><center>Hosted on 🤗 Spaces. Powered by Gradio & Google 🌴 PaLM.</center></h3>")
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()