Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,8 @@ gr.ChatInterface(
|
|
126 |
description=description,
|
127 |
theme="abidlabs/Lime",
|
128 |
examples=examples,
|
129 |
-
cache_examples=
|
|
|
130 |
retry_btn="Retry",
|
131 |
undo_btn="Undo",
|
132 |
clear_btn="Clear",
|
|
|
126 |
description=description,
|
127 |
theme="abidlabs/Lime",
|
128 |
examples=examples,
|
129 |
+
cache_examples=False,
|
130 |
+
submit_btn = "Submit_code"
|
131 |
retry_btn="Retry",
|
132 |
undo_btn="Undo",
|
133 |
clear_btn="Clear",
|