updated broken text
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ iface = gr.Interface(
|
|
260 |
|
261 |
chatiface = gr.Interface(
|
262 |
fn=chat,
|
263 |
-
description=f'''<h3>Intelligent
|
264 |
allow_flagging="never",
|
265 |
inputs=[
|
266 |
gr.Textbox(lines=5, label="Message"), # prompt
|
|
|
260 |
|
261 |
chatiface = gr.Interface(
|
262 |
fn=chat,
|
263 |
+
description=f'''<h3>Intelligent ChatBot By - Maxisz </h3><h4>Refresh page or change name to reset memory context</h4>{desc}{thanks}''',
|
264 |
allow_flagging="never",
|
265 |
inputs=[
|
266 |
gr.Textbox(lines=5, label="Message"), # prompt
|