Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -521,8 +521,7 @@ demo = gr.ChatInterface(
|
|
521 |
cache_examples=False,
|
522 |
analytics_enabled=False,
|
523 |
textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
|
524 |
-
chatbot = gr.Chatbot(
|
525 |
-
value=[[None, “Hi my name is Sentinel…”]]
|
526 |
show_copy_button=True,
|
527 |
likeable=True,
|
528 |
layout="panel",
|
|
|
521 |
cache_examples=False,
|
522 |
analytics_enabled=False,
|
523 |
textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
|
524 |
+
chatbot = gr.Chatbot(
|
|
|
525 |
show_copy_button=True,
|
526 |
likeable=True,
|
527 |
layout="panel",
|