clayp commited on
Commit
0e51269
1 Parent(s): 857ad2f

Update app.py

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