Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def demo():
|
|
137 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="red", secondary_hue="pink", neutral_hue = "sky")) as demo:
|
138 |
vector_db = gr.State()
|
139 |
qa_chain = gr.State()
|
140 |
-
gr.HTML("<center><h1
|
141 |
gr.Markdown("""<b>Query your PDF documents!</b> This AI agent is designed to perform retrieval augmented generation (RAG) on PDF documents. The app is hosted on Hugging Face Hub for the sole purpose of demonstration. \
|
142 |
<b>Please do not upload confidential documents.</b>
|
143 |
""")
|
|
|
137 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="red", secondary_hue="pink", neutral_hue = "sky")) as demo:
|
138 |
vector_db = gr.State()
|
139 |
qa_chain = gr.State()
|
140 |
+
gr.HTML("<center><h1>半導體產業分析 AI 助手</h1><center>")
|
141 |
gr.Markdown("""<b>Query your PDF documents!</b> This AI agent is designed to perform retrieval augmented generation (RAG) on PDF documents. The app is hosted on Hugging Face Hub for the sole purpose of demonstration. \
|
142 |
<b>Please do not upload confidential documents.</b>
|
143 |
""")
|