dfinol commited on
Commit
de6279d
·
verified ·
1 Parent(s): 3f0c25a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def predict(history_planner, history_searcher, node_cnt):
229
 
230
  with gr.Blocks(css=os.path.join(os.path.dirname(__file__), "css", "gradio_front.css")) as demo:
231
  with gr.Column(elem_classes="chat-box"):
232
- gr.HTML("""<h1 align="center">Talk to me, Maria</h1>""")
233
  gr.HTML(
234
  """<p style="text-align: center; font-family: Arial, sans-serif;">
235
  Please be explicit on the request. It's not a perfect world, just yet. Be patient for the time being.</p> """
 
229
 
230
  with gr.Blocks(css=os.path.join(os.path.dirname(__file__), "css", "gradio_front.css")) as demo:
231
  with gr.Column(elem_classes="chat-box"):
232
+ gr.HTML("""<h1 align="center">Talk to me, Jack</h1>""")
233
  gr.HTML(
234
  """<p style="text-align: center; font-family: Arial, sans-serif;">
235
  Please be explicit on the request. It's not a perfect world, just yet. Be patient for the time being.</p> """