SC999 commited on
Commit
36f4be3
·
verified ·
1 Parent(s): 2327bc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>RAG PDF chatbot</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
  """)
 
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
  """)