vansin commited on
Commit
0b9df21
1 Parent(s): 91da109

feat: update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">WebAgent Gradio Simple Demo</h1>""")
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():