Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def predict(inputs, chat_counter, chatbot=[], history=[]):
|
|
80 |
def reset_textbox():
|
81 |
return gr.update(value='')
|
82 |
|
83 |
-
title = """<h1 align="center">Response simulator
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.HTML(title)
|
|
|
80 |
def reset_textbox():
|
81 |
return gr.update(value='')
|
82 |
|
83 |
+
title = """<h1 align="center">Response simulator: No account needed, just enter the text in the input box below and hit submit or enter.</h1>"""
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.HTML(title)
|