Add some description and links about the project to help people easily understand it.

#2
by xianbao HF staff - opened
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -102,6 +102,15 @@ def predict(history_planner, history_searcher):
102
 
103
  with gr.Blocks() as demo:
104
  gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
 
 
 
 
 
 
 
 
 
105
  with gr.Row():
106
  with gr.Column(scale=10):
107
  with gr.Row():
 
102
 
103
  with gr.Blocks() as demo:
104
  gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
105
+ gr.HTML("""<p style="text-align: center; font-family: Arial, sans-serif;">MindSearch is an open-source AI Search Engine Framework with Perplexity.ai Pro performance. You can deploy your own Perplexity.ai-style search engine using either closed-source LLMs (GPT, Claude) or open-source LLMs (InternLM2.5-7b-chat).</p>""")
106
+ gr.HTML("""
107
+ <div style="text-align: center; font-size: 16px;">
108
+ <a href="https://github.com/InternLM/MindSearch" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">πŸ”— GitHub</a>
109
+ <a href="https://arxiv.org/abs/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">πŸ“„ Arxiv</a>
110
+ <a href="https://huggingface.co/papers/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">πŸ“š Hugging Face Papers</a>
111
+ <a href="https://huggingface.co/spaces/internlm/MindSearch" style="text-decoration: none; color: #4A90E2;">πŸ€— Hugging Face Demo</a>
112
+ </div>
113
+ """)
114
  with gr.Row():
115
  with gr.Column(scale=10):
116
  with gr.Row():