Update app.py
Browse files
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():
|