gojiteji commited on
Commit
a9c8525
1 Parent(s): db5b875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def bot(history):
88
  return history
89
 
90
  with gr.Blocks() as demo:
91
- gr.Markdown("# ThatGPT")
92
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
93
 
94
  with gr.Row():
 
88
  return history
89
 
90
  with gr.Blocks() as demo:
91
+ gr.Markdown("# ThatGPT - AI always replies with \"that\" -")
92
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
93
 
94
  with gr.Row():