Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def predict(history_planner, history_searcher):
|
|
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
|
105 |
gr.HTML("""
|
106 |
<div style="text-align: center; font-size: 16px;">
|
107 |
<a href="https://github.com/InternLM/MindSearch" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π GitHub</a>
|
|
|
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 by JiaxingSong.</p>""")
|
105 |
gr.HTML("""
|
106 |
<div style="text-align: center; font-size: 16px;">
|
107 |
<a href="https://github.com/InternLM/MindSearch" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π GitHub</a>
|