Spaces:
Runtime error
Runtime error
feat: update title
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def predict(history_planner, history_searcher):
|
|
101 |
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
-
gr.HTML("""<h1 align="center">
|
105 |
with gr.Row():
|
106 |
with gr.Column(scale=10):
|
107 |
with gr.Row():
|
|
|
101 |
|
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():
|