Spaces:
Building
Building
hoshingakag
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ if __name__ == "__main__":
|
|
92 |
|
93 |
gr.HTML("""
|
94 |
<p><center><i>Disclaimer: This RAG app is for demostration only. LLM hallucination might occur.</i></center></p>
|
95 |
-
<p><center>Hosted on 🤗 Spaces</center></p>
|
96 |
""")
|
97 |
|
98 |
app.queue()
|
|
|
92 |
|
93 |
gr.HTML("""
|
94 |
<p><center><i>Disclaimer: This RAG app is for demostration only. LLM hallucination might occur.</i></center></p>
|
95 |
+
<p><center>Hosted on 🤗 Spaces | Built with 🌴 Google PaLM & 🦙 LlamaIndex | Last updated on Oct 30, 2023</center></p>
|
96 |
""")
|
97 |
|
98 |
app.queue()
|