Spaces:
Sleeping
Sleeping
handsomeguy001
commited on
Commit
•
83f5c2c
1
Parent(s):
be8d75c
UI beautification
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def predict(history_planner, history_searcher):
|
|
99 |
return history_planner, history_searcher
|
100 |
|
101 |
|
102 |
-
with gr.Blocks() as demo:
|
103 |
gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
|
104 |
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>""")
|
105 |
gr.HTML("""
|
|
|
99 |
return history_planner, history_searcher
|
100 |
|
101 |
|
102 |
+
with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
103 |
gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
|
104 |
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>""")
|
105 |
gr.HTML("""
|