Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -52,9 +52,6 @@ demo = gr.ChatInterface(
|
|
| 52 |
"Explain how recursion works in programming.",
|
| 53 |
"What is the difference between a list and a tuple in Python?",
|
| 54 |
],
|
| 55 |
-
retry_btn=None,
|
| 56 |
-
undo_btn=None,
|
| 57 |
-
clear_btn="Clear",
|
| 58 |
theme=gr.themes.Soft(),
|
| 59 |
)
|
| 60 |
|
|
|
|
| 52 |
"Explain how recursion works in programming.",
|
| 53 |
"What is the difference between a list and a tuple in Python?",
|
| 54 |
],
|
|
|
|
|
|
|
|
|
|
| 55 |
theme=gr.themes.Soft(),
|
| 56 |
)
|
| 57 |
|