Update app.py
Browse files
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,
|
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> """
|