Spaces:
Runtime error
Runtime error
nikhilpinnaparaju
commited on
Commit
•
d6662ca
1
Parent(s):
31a1ff8
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ if __name__ == "__main__":
|
|
70 |
title="Stable Code Instruct Chat - Demo",
|
71 |
description="Chat Model Stable Code 3B",
|
72 |
theme="soft",
|
73 |
-
chatbot=gr.Chatbot(
|
74 |
textbox=gr.Textbox(placeholder="input", container=False, scale=7),
|
75 |
retry_btn=None,
|
76 |
undo_btn="Delete Previous",
|
|
|
70 |
title="Stable Code Instruct Chat - Demo",
|
71 |
description="Chat Model Stable Code 3B",
|
72 |
theme="soft",
|
73 |
+
chatbot=gr.Chatbot(label="Chat History",),
|
74 |
textbox=gr.Textbox(placeholder="input", container=False, scale=7),
|
75 |
retry_btn=None,
|
76 |
undo_btn="Delete Previous",
|